mirror of
https://github.com/dschmenk/PLASMA.git
synced 2025-08-07 18:25:03 +00:00
PLASM Correctly compiling test and testlib
This commit is contained in:
@@ -525,12 +525,14 @@ def save_idlocal#0
|
||||
savelocals = locals
|
||||
savesize = framesize
|
||||
savelast = lastlocal
|
||||
memcpy(heapmark, idlocal_tbl, lastlocal - idlocal_tbl)
|
||||
init_idlocal
|
||||
end
|
||||
def restore_idlocal#0
|
||||
locals = savelocals
|
||||
framesize = savesize
|
||||
lastlocal = savelast
|
||||
memcpy(idlocal_tbl, heapmark, lastlocal - idlocal_tbl)
|
||||
end
|
||||
//
|
||||
// Module dependency list
|
||||
|
Reference in New Issue
Block a user