aboutsummaryrefslogtreecommitdiff
path: root/include/opcode
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-07-20 00:20:44 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-07-20 00:20:44 +0000
commit8622d4e5f13bf002292d27ebe0a618c382a96466 (patch)
tree85b4bd438590c8e5ebf33a92dc3ef347450d43d6 /include/opcode
parent0b3ae8114027ca525598ff469fbb12fd8957177b (diff)
downloadgdb-8622d4e5f13bf002292d27ebe0a618c382a96466.zip
gdb-8622d4e5f13bf002292d27ebe0a618c382a96466.tar.gz
gdb-8622d4e5f13bf002292d27ebe0a618c382a96466.tar.bz2
* hppa.h (break): First immediate field is unsigned.
Diffstat (limited to 'include/opcode')
-rw-r--r--include/opcode/ChangeLog2
-rw-r--r--include/opcode/hppa.h2
2 files changed, 3 insertions, 1 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog
index e99160e..8a0ed98 100644
--- a/include/opcode/ChangeLog
+++ b/include/opcode/ChangeLog
@@ -1,5 +1,7 @@
Mon Jul 19 17:17:03 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
+ * hppa.h (break): First immediate field is unsigned.
+
* hppa.h: Add rfir instruction.
Sun Jul 18 16:28:08 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
diff --git a/include/opcode/hppa.h b/include/opcode/hppa.h
index 5c6f708..7a5ccb2 100644
--- a/include/opcode/hppa.h
+++ b/include/opcode/hppa.h
@@ -310,7 +310,7 @@ static const struct pa_opcode pa_opcodes[] =
/* System Control Instructions */
-{ "break", 0x00000000, 0xfc001fe0, "V,A"},
+{ "break", 0x00000000, 0xfc001fe0, "r,A"},
{ "rfi", 0x00000c00, 0xffffffff, ""},
{ "rfir", 0x00000ca0, 0xffffffff, ""},
{ "ssm", 0x00000d60, 0xffe0ffe0, "R,t"},