Skip to content

Commit 202fb6f

Browse files
committed
It *is* BSS!
1 parent 00cd7e3 commit 202fb6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/jit/_targets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ def _handle_section(
271271
# Zeroed BSS data, seen with printf debugging calls:
272272
section_data_bytes = [0] * section["RawDataSize"]
273273
# XXX
274-
assert section["RawDataSize"] == 0, section["RawDataSize"]
274+
assert section["RawDataSize"] == 0, (group.symbols, section["Symbols"])
275275
if "IMAGE_SCN_MEM_EXECUTE" in flags:
276276
value = _stencils.HoleValue.CODE
277277
stencil = group.code

0 commit comments

Comments
 (0)