Skip to content

Commit d0f6b32

Browse files
committed
Update bytecode
1 parent 0bef554 commit d0f6b32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/micropython/import_mpy_native_x64.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def open(self, path, mode):
9090
b'\x12' # n bytes(=4), viper code
9191
b'\x00\x00\x00\x00' # dummy machine code
9292
b'\x00' # n_qstr
93-
b'\x70' # scope_flags: VIPERBSS | VIPERRODATA | VIPERRELOC
93+
b'\x81\x60' # scope_flags: VIPERBSS | VIPERRODATA | VIPERRELOC
9494
b'\x00\x00' # n_obj, n_raw_code
9595
b'\x06rodata' # rodata, 6 bytes
9696
b'\x04' # bss, 4 bytes

0 commit comments

Comments
 (0)