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 f4c05b3 commit 00cd7e3Copy full SHA for 00cd7e3
Tools/jit/_targets.py
@@ -270,6 +270,8 @@ def _handle_section(
270
else:
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"]
275
if "IMAGE_SCN_MEM_EXECUTE" in flags:
276
value = _stencils.HoleValue.CODE
277
stencil = group.code
0 commit comments