Revision 9c2a9ea1 target-sh4/cpu.h

b/target-sh4/cpu.h
45 45
#define FPSCR_PR (1 << 19)
46 46
#define FPSCR_DN (1 << 18)
47 47

  
48
#define DELAY_SLOT             (1 << 0)
48
#define DELAY_SLOT             (1 << 0) /* Must be the same as SR_T.  */
49
/* This flag is set if the next insn is a delay slot for a conditional jump.
50
   The dynamic value of the DELAY_SLOT determines whether the jup is taken. */
49 51
#define DELAY_SLOT_CONDITIONAL (1 << 1)
50 52
/* Those are used in contexts only */
51 53
#define BRANCH                 (1 << 2)

Also available in: Unified diff