mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-07 19:51:51 +09:00
renaming system.maxmem to sys.maxmem
This commit is contained in:
@@ -35,7 +35,7 @@ let DBGON = (!PROD) && true
|
||||
let DATA_CURSOR = 0
|
||||
let DATA_CONSTS = []
|
||||
|
||||
let vmemsize = system.maxmem()
|
||||
let vmemsize = sys.maxmem()
|
||||
|
||||
let cmdbuf = [] // index: line number
|
||||
let gotoLabels = {}
|
||||
|
||||
Reference in New Issue
Block a user