mirror of https://github.com/Nonannet/copapy.git
aux_function_lengths corrected
This commit is contained in:
parent
0356b5846d
commit
b0e7900d83
|
|
@ -442,7 +442,7 @@ def compile_to_instruction_list(node_list: Iterable[Node], sdb: stencil_database
|
||||||
|
|
||||||
# write program data
|
# write program data
|
||||||
dw.write_com(binw.Command.COPY_CODE)
|
dw.write_com(binw.Command.COPY_CODE)
|
||||||
dw.write_int(0)
|
dw.write_int(aux_function_lengths)
|
||||||
dw.write_int(offset)
|
dw.write_int(offset)
|
||||||
dw.write_bytes(b''.join(data_list))
|
dw.write_bytes(b''.join(data_list))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue