mirror of
https://github.com/dschmenk/PLASMA.git
synced 2025-01-21 02:33:24 +00:00
PLASM Correctly compiling test and testlib
This commit is contained in:
parent
0fe0782137
commit
ddcdf74dba
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user