--- a/src/sh4/sh4.h Wed Oct 29 23:36:31 2008 +0000 +++ b/src/sh4/sh4.h Tue Jan 13 11:56:28 2009 +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;