mirror of
https://github.com/dschmenk/PLASMA.git
synced 2026-03-10 18:42:58 +00:00
increase code buffer allocation for compiler
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -589,7 +589,7 @@ def init_idglobal#0
|
||||
fixup_addr = heapalloc(fixup_num*2)
|
||||
idglobal_tbl = heapalloc(globalbufsz)
|
||||
idlocal_tbl = heapalloc(localbufsz)
|
||||
codebufsz = heapavail - 2048
|
||||
codebufsz = heapavail - 1024 // 2048
|
||||
codebuff = heapalloc(codebufsz)
|
||||
codeptr = codebuff
|
||||
lastglobal = idglobal_tbl
|
||||
|
||||
Reference in New Issue
Block a user