aboutsummaryrefslogtreecommitdiff
path: root/include/opcode/crx.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2004-10-07 14:18:17 +0000
committerNick Clifton <nickc@redhat.com>2004-10-07 14:18:17 +0000
commit48c9f030c98a3b53b9cb962857ffc16c435a63db (patch)
tree067750c1b6c54ae261583bd0babe56aca4b38766 /include/opcode/crx.h
parentcea15572cd414fca65f31f7bc1c9b89bfd0cc998 (diff)
downloadgdb-48c9f030c98a3b53b9cb962857ffc16c435a63db.zip
gdb-48c9f030c98a3b53b9cb962857ffc16c435a63db.tar.gz
gdb-48c9f030c98a3b53b9cb962857ffc16c435a63db.tar.bz2
Add support for CRX co-processor opcodes
Diffstat (limited to 'include/opcode/crx.h')
-rw-r--r--include/opcode/crx.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/opcode/crx.h b/include/opcode/crx.h
index 1e0d573..58db2f8 100644
--- a/include/opcode/crx.h
+++ b/include/opcode/crx.h
@@ -168,9 +168,10 @@ operand_type;
#define DIV_INS 14
#define COP_BRANCH_INS 15
#define COP_REG_INS 16
-#define DCR_BRANCH_INS 17
-#define MMC_INS 18
-#define MMU_INS 19
+#define COPS_REG_INS 17
+#define DCR_BRANCH_INS 18
+#define MMC_INS 19
+#define MMU_INS 20
/* Maximum value supported for instruction types. */
#define CRX_INS_MAX (1 << 5)