fix bug in RET code

This commit is contained in:
Brian 2007-10-24 12:31:14 -06:00
parent 4eafe69a2a
commit e506514dbb

View file

@ -2077,6 +2077,7 @@ exec_instruction(
return;
}
*pc = mach->CallStack[--mach->CallStackTop];
UPDATE_EXEC_MASK(mach);
}
break;