1
0
mirror of https://github.com/HybridDog/pdisc.git synced 2024-09-27 06:10:27 +02:00

Fix call instruction

This commit is contained in:
Hybrid Dog 2017-04-13 20:13:01 +02:00
parent a1d7028b3e
commit ee0859ce94

View File

@ -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