--- a/src/sh4/sh4.h Mon Dec 22 09:51:11 2008 +0000 +++ b/src/sh4/sh4.h Sat Dec 27 02:59:35 2008 +0000 @@ -87,6 +87,9 @@ * a delay slot (certain rules apply) */ uint32_t slice_cycle; /* Current nanosecond within the timeslice */ int sh4_state; /* Current power-on state (one of the SH4_STATE_* values ) */ + + /* Not saved */ + int xlat_sh4_mode; /* Collection of execution mode flags (derived) from fpscr, sr, etc */ }; extern struct sh4_registers sh4r;