arm: fixed bug in how thread context switch occurs with SkyEye

This commit is contained in:
bunnei 2014-06-05 00:20:11 -04:00
parent 870c6146e7
commit 9ece9da50d
2 changed files with 9 additions and 2 deletions

View file

@ -29,6 +29,10 @@ struct ThreadContext {
u32 fpu_registers[32];
u32 fpscr;
u32 fpexc;
// These are not part of native ThreadContext, but needed by emu
u32 reg_15;
u32 mode;
};
enum ResetType {