* hppa.h (break): First immediate field is unsigned.
authorJim Kingdon <jkingdon@engr.sgi.com>
Tue, 20 Jul 1993 00:20:44 +0000 (00:20 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Tue, 20 Jul 1993 00:20:44 +0000 (00:20 +0000)
include/opcode/ChangeLog
include/opcode/hppa.h

index e99160e6fb8cd998d4d7ae872f7a4de46a3f31a9..8a0ed989609fc03f0f66a0f2afa599862e50c74f 100644 (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)
index 5c6f708119e088f1467730f09689461bb211d118..7a5ccb2adc7faafe011224592d09f49e788c1117 100644 (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"},
This page took 0.042058 seconds and 4 git commands to generate.