aboutsummaryrefslogtreecommitdiff
path: root/include/opcode/hppa.h
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/hppa.h
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/hppa.h')
-rw-r--r--include/opcode/hppa.h2
1 files changed, 1 insertions, 1 deletions
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"},