Browse Source

arm_interpreter: fixed load context to currently resume a thread

pull/15/merge
bunnei 12 years ago
parent
commit
481d936d34
  1. 3
      src/core/arm/interpreter/arm_interpreter.cpp

3
src/core/arm/interpreter/arm_interpreter.cpp

@ -136,4 +136,7 @@ void ARM_Interpreter::LoadContext(const ThreadContext& ctx) {
state->VFP[1] = ctx.fpscr;
state->VFP[2] = ctx.fpexc;
state->Reg[15] = ctx.pc;
state->NextInstr = RESUME;
}
Loading…
Cancel
Save