diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2001-03-22 16:09:20 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2001-03-22 16:09:20 +0000 |
commit | 0632ca90e48c014a0de30be92f912a980599d1f2 (patch) | |
tree | 4253e8a0dbe9f346afd2452fcbad337793343a3c /include/opcode/cris.h | |
parent | 66aaa05c32ec674f5011889467d2a9bbdb74c292 (diff) | |
download | gdb-0632ca90e48c014a0de30be92f912a980599d1f2.tar.gz |
* cris.h (ADD_PC_INCR_OPCODE): New macro.
Diffstat (limited to 'include/opcode/cris.h')
-rw-r--r-- | include/opcode/cris.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/opcode/cris.h b/include/opcode/cris.h index be02d4aff3b..92763405074 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) |