]> Git Repo - qemu.git/blobdiff - target-sh4/cpu.h
SH bugfixes.
[qemu.git] / target-sh4 / cpu.h
index c71af7437328f36b4c89110e70e85c703d319e15..ef818fdf25b661accc75c4c0f68c391f3e9446c4 100644 (file)
@@ -45,7 +45,9 @@
 #define FPSCR_PR (1 << 19)
 #define FPSCR_DN (1 << 18)
 
-#define DELAY_SLOT             (1 << 0)
+#define DELAY_SLOT             (1 << 0) /* Must be the same as SR_T.  */
+/* This flag is set if the next insn is a delay slot for a conditional jump.
+   The dynamic value of the DELAY_SLOT determines whether the jup is taken. */
 #define DELAY_SLOT_CONDITIONAL (1 << 1)
 /* Those are used in contexts only */
 #define BRANCH                 (1 << 2)
This page took 0.022912 seconds and 4 git commands to generate.