Updated Go version

This commit is contained in:
2025-02-14 16:46:36 +01:00
parent d589b02570
commit 88b3f468d1
9 changed files with 10 additions and 10 deletions

View File

@ -16,7 +16,7 @@ func Finalize(a asm.Assembler, dlls dll.List) ([]byte, []byte) {
c := compiler{
code: make([]byte, 0, len(a.Instructions)*8),
codeLabels: map[string]Address{},
codeLabels: make(map[string]Address, 32),
codeStart: codeOffset(),
data: data,
dataLabels: dataLabels,