mirror of
https://github.com/HybridDog/pdisc.git
synced 2024-11-15 14:50:39 +01:00
Fix call instruction
This commit is contained in:
parent
a1d7028b3e
commit
ee0859ce94
|
@ -195,7 +195,7 @@ s = {
|
|||
end,
|
||||
|
||||
call = function(params, faden)
|
||||
local subsucc,msg = s.push(faden.ip + 1, faden)
|
||||
local subsucc,msg = s.push({faden.ip+1}, faden)
|
||||
if not subsucc then
|
||||
return false, SE .. msg
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue
Block a user