mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-09 06:34:04 +09:00
renaming system.maxmem to sys.maxmem
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
let len = 560*448
|
||||
let pcnt = (system.maxmem() / len)|0
|
||||
let pcnt = (sys.maxmem() / len)|0
|
||||
if (pcnt < 2) {
|
||||
printerrln("Not enought RAM on the system to test!")
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user