This commit is contained in:
parent
312e3b2e31
commit
a67bc440fc
2 changed files with 7 additions and 4 deletions
|
@ -22,7 +22,7 @@ func WriteFile(executable string, b *build.Build, env *core.Environment) error {
|
|||
traversed := make(map[*core.Function]bool, len(env.Functions))
|
||||
|
||||
final := asm.Assembler{
|
||||
Instructions: make([]asm.Instruction, 0, 8),
|
||||
Instructions: make([]asm.Instruction, 0, 32),
|
||||
Data: make(data.Data, 32),
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue