mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-11 15:24:05 +09:00
removing system.halt function
This commit is contained in:
@@ -476,9 +476,6 @@ var system = {};
|
|||||||
system.maxmem = function() {
|
system.maxmem = function() {
|
||||||
return sys.peek(-65) | (sys.peek(-66) << 8) | (sys.peek(-67) << 16) | (sys.peek(-68) << 24);
|
return sys.peek(-65) | (sys.peek(-66) << 8) | (sys.peek(-67) << 16) | (sys.peek(-68) << 24);
|
||||||
};
|
};
|
||||||
system.halt = function() {
|
|
||||||
exit();
|
|
||||||
};
|
|
||||||
Object.freeze(system);
|
Object.freeze(system);
|
||||||
// some utilities functions
|
// some utilities functions
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user