We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bef554 commit d0f6b32Copy full SHA for d0f6b32
tests/micropython/import_mpy_native_x64.py
@@ -90,7 +90,7 @@ def open(self, path, mode):
90
b'\x12' # n bytes(=4), viper code
91
b'\x00\x00\x00\x00' # dummy machine code
92
b'\x00' # n_qstr
93
- b'\x70' # scope_flags: VIPERBSS | VIPERRODATA | VIPERRELOC
+ b'\x81\x60' # scope_flags: VIPERBSS | VIPERRODATA | VIPERRELOC
94
b'\x00\x00' # n_obj, n_raw_code
95
b'\x06rodata' # rodata, 6 bytes
96
b'\x04' # bss, 4 bytes
0 commit comments