mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-09 22:54:03 +09:00
running program image on ram with arg passing
This commit is contained in:
@@ -26,7 +26,7 @@ if (3 == intent) {
|
||||
if (!_G.SO)
|
||||
_G.SO = {}
|
||||
|
||||
let libname = exec_args[1].split("\\").last().substringBeforeLast(".")
|
||||
let libname = infile.path.split("\\").last().substringBeforeLast(".")
|
||||
_G.SO[libname] = addrToLoad
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user