We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00cd7e3 commit 202fb6fCopy full SHA for 202fb6f
Tools/jit/_targets.py
@@ -271,7 +271,7 @@ def _handle_section(
271
# Zeroed BSS data, seen with printf debugging calls:
272
section_data_bytes = [0] * section["RawDataSize"]
273
# XXX
274
- assert section["RawDataSize"] == 0, section["RawDataSize"]
+ assert section["RawDataSize"] == 0, (group.symbols, section["Symbols"])
275
if "IMAGE_SCN_MEM_EXECUTE" in flags:
276
value = _stencils.HoleValue.CODE
277
stencil = group.code
0 commit comments