mv return fix

extensions
Steven Massey 3 years ago
parent ed69d293d4
commit 7b484dbcd3

@ -1054,8 +1054,11 @@ M3Result ReturnValues (IM3Compilation o, IM3CompilationScope i_functionBlock,
returnSlot -= c_ioSlotCount;
_ (CopyStackIndexToSlot (o, returnSlot, stackTop--));
}
if (not i_isBranch)
}
if (not i_isBranch)
{
while (numReturns--)
_ (Pop (o));
}
}

Loading…
Cancel
Save