* hppa.h (break): First immediate field is unsigned.

This commit is contained in:
Jim Kingdon 1993-07-20 00:20:44 +00:00
parent 0b3ae81140
commit 8622d4e5f1
2 changed files with 3 additions and 1 deletions

View File

@ -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)

View File

@ -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"},