diff --git a/PLASMA-BLD1.PO b/PLASMA-BLD1.PO index 9dcb7f7..c72e871 100644 Binary files a/PLASMA-BLD1.PO and b/PLASMA-BLD1.PO differ diff --git a/src/toolsrc/codegen.pla b/src/toolsrc/codegen.pla index cc43eb5..0546ad6 100644 --- a/src/toolsrc/codegen.pla +++ b/src/toolsrc/codegen.pla @@ -484,7 +484,7 @@ def init_idglobal#0 if isult(heapavail, $8000) tag_num = TAGNUM/2 fixup_num = FIXUPNUM/2 - globalbufsz = IDGLOBALSZ/2 + globalbufsz = IDGLOBALSZ localbufsz = IDLOCALSZ/2 fin tag_addr = heapalloc(tag_num*2) diff --git a/src/toolsrc/plasm.pla b/src/toolsrc/plasm.pla index e7833b1..5372e69 100644 --- a/src/toolsrc/plasm.pla +++ b/src/toolsrc/plasm.pla @@ -418,10 +418,8 @@ if ^arg and ^(arg + 1) == '-' // // Load optimizer module here // - if MACHID & $30 == $30 - if cmdsys:modexec("CODEOPT") >= 0 - outflags = outflags | OPTIMIZE - fin + if cmdsys:modexec("CODEOPT") >= 0 + outflags = outflags | OPTIMIZE fin if not (outflags & OPTIMIZE) puts("\nOptimizer disabled\n")