aboutsummaryrefslogtreecommitdiff
path: root/include/opcode/tic4x.h
diff options
context:
space:
mode:
authorSvein Seldal <svein@dev.seldal.com>2002-11-19 11:59:12 +0000
committerSvein Seldal <svein@dev.seldal.com>2002-11-19 11:59:12 +0000
commit5dec9182230ea01d1dc8a2755719514909058959 (patch)
tree72f0998e7a94dc4668e697dd6f278e3226e4ebab /include/opcode/tic4x.h
parent81283cde509465d8486730bde2e8b5468795932f (diff)
downloadgdb-5dec9182230ea01d1dc8a2755719514909058959.zip
gdb-5dec9182230ea01d1dc8a2755719514909058959.tar.gz
gdb-5dec9182230ea01d1dc8a2755719514909058959.tar.bz2
Fixed LDHI constraint
Diffstat (limited to 'include/opcode/tic4x.h')
-rw-r--r--include/opcode/tic4x.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/opcode/tic4x.h b/include/opcode/tic4x.h
index 404a740..214965d 100644
--- a/include/opcode/tic4x.h
+++ b/include/opcode/tic4x.h
@@ -951,8 +951,8 @@ static const c4x_inst_t c4x_insts[] =
P_CLASS_INSN( "ldf", "stf", 0xd8000000, OP_C3X ),
BB_CLASS_INSN( "ldfC", 0x00000000, OP_C3X ),
B6_CLASS_INSN( "ldfi", 0x07800000, OP_C3X ),
- { "ldhi", 0x1fe00000, 0xffe00000, "U,r" , OP_C4X }, /* Z_CLASS */
- { "ldhi", 0x1fe00000, 0xffe00000, "#,r" , OP_C4X }, /* Z_CLASS */
+ { "ldhi", 0x1fe00000, 0xffe00000, "U,R" , OP_C4X }, /* Z_CLASS */
+ { "ldhi", 0x1fe00000, 0xffe00000, "#,R" , OP_C4X }, /* Z_CLASS */
A_CLASS_INSN( "ldi", 0x08000000, OP_C3X ),
LL_CLASS_INSN( "ldi", 0xc6000000, OP_C3X ),
P_CLASS_INSN( "ldi", "sti", 0xda000000, OP_C3X ),