get rid of newexpr compiler option

This commit is contained in:
Irmen de Jong
2023-07-02 15:26:04 +02:00
parent bb95484c8a
commit bdf8aa9168
19 changed files with 58 additions and 306 deletions

View File

@@ -33,7 +33,6 @@ private fun compileTheThing(filepath: Path, optimize: Boolean, target: ICompilat
asmListfile = false,
experimentalCodegen = false,
varsHighBank = null,
useNewExprCode = false,
compilationTarget = target.name,
evalStackBaseAddress = null,
splitWordArrays = false,