aux_function_lengths corrected

This commit is contained in:
Nicolas Kruse 2025-10-12 23:24:56 +02:00
parent 0356b5846d
commit b0e7900d83
1 changed files with 1 additions and 1 deletions

View File

@ -442,7 +442,7 @@ def compile_to_instruction_list(node_list: Iterable[Node], sdb: stencil_database
# write program data
dw.write_com(binw.Command.COPY_CODE)
dw.write_int(0)
dw.write_int(aux_function_lengths)
dw.write_int(offset)
dw.write_bytes(b''.join(data_list))