aboutsummaryrefslogtreecommitdiff
path: root/gdb/rs6k-opcode.h
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-11-22 22:49:08 +0000
committerJohn Gilmore <gnu@cygnus>1991-11-22 22:49:08 +0000
commit2b61280ae68511d5b5ddb0c758eb57b58f0bf332 (patch)
tree4dd825193cb7f55daa139625588c23ba4b164d56 /gdb/rs6k-opcode.h
parent2fd558488455d66be868e7fc4587818d472e7ed3 (diff)
downloadgdb-2b61280ae68511d5b5ddb0c758eb57b58f0bf332.zip
gdb-2b61280ae68511d5b5ddb0c758eb57b58f0bf332.tar.gz
gdb-2b61280ae68511d5b5ddb0c758eb57b58f0bf332.tar.bz2
Further cleanup for release.
Diffstat (limited to 'gdb/rs6k-opcode.h')
-rwxr-xr-xgdb/rs6k-opcode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/rs6k-opcode.h b/gdb/rs6k-opcode.h
index 6601d9e..14bf8e1 100755
--- a/gdb/rs6k-opcode.h
+++ b/gdb/rs6k-opcode.h
@@ -54,7 +54,7 @@ struct rs6000_insn {
operator ext format opcode opcode operand format
------- ------- ------ ------- ------ --------------- */
-OPCODE rs6k_ops [] = {
+struct rs6000_insn rs6k_ops [] = {
{"ti", 0, "d", 3, -1, {TO,RA,SI,0} },
{"muli", 0, "d", 7, -1, {RT,RA,SI,0} },
@@ -233,4 +233,4 @@ OPCODE rs6k_ops [] = {
{"mtfsf", ".", "xfl", 63, 711, {FLM,FRB,0} },
};
-#define NOPCODES (sizeof (rs6k_ops) / sizeof (OPCODE))
+#define NOPCODES (sizeof (rs6k_ops) / sizeof (struct rs6000_insn))