mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-10 21:21:51 +09:00
renaming system.maxmem to sys.maxmem
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
println("Main RAM:"+(system.maxmem() >> 10)+" KBytes");
|
||||
println("Main RAM:"+(sys.maxmem() >> 10)+" KBytes");
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
Reference in New Issue
Block a user