aboutsummaryrefslogtreecommitdiff
path: root/include/opcode/cris.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/opcode/cris.h')
-rw-r--r--include/opcode/cris.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/opcode/cris.h b/include/opcode/cris.h
index be02d4a..9276340 100644
--- a/include/opcode/cris.h
+++ b/include/opcode/cris.h
@@ -160,6 +160,8 @@ extern const char *const cris_cc_strings[];
#define JUMP_INDIR_Z_BITS (0xf2c0)
#define JUMP_PC_INCR_OPCODE \
(JUMP_INDIR_OPCODE + AUTOINCR_BIT * 0x0100 + REG_PC)
+#define ADD_PC_INCR_OPCODE \
+ (0xfa00 + (2 << 4) + AUTOINCR_BIT * 0x0100 + REG_PC)
/* Nop. */
#define NOP_OPCODE (0x050F)