aboutsummaryrefslogtreecommitdiff
path: root/sim/mips/m16.igen
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-09-24 20:28:24 +0000
committerAndrew Cagney <cagney@redhat.com>2004-09-24 20:28:24 +0000
commitcd62154cc623e47f8d526fd17948f78be64de321 (patch)
tree694c2b3c634fecc3ac870da354314c34a9600341 /sim/mips/m16.igen
parentb96ec7ac6d8385eee134828a87da0eaadfd69fbd (diff)
downloadgdb-cd62154cc623e47f8d526fd17948f78be64de321.zip
gdb-cd62154cc623e47f8d526fd17948f78be64de321.tar.gz
gdb-cd62154cc623e47f8d526fd17948f78be64de321.tar.bz2
2004-09-24 Monika Chaddha <monika@acmet.com>
Committed by Andrew Cagney. * m16.igen (CMP, CMPI): Fix assembler.
Diffstat (limited to 'sim/mips/m16.igen')
-rw-r--r--sim/mips/m16.igen4
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/mips/m16.igen b/sim/mips/m16.igen
index 833d7ca..f87a863 100644
--- a/sim/mips/m16.igen
+++ b/sim/mips/m16.igen
@@ -614,7 +614,7 @@
11101,3.RX,3.RY,01010:RR:16::CMP
-"sltiu r<TRX>, r<TRY>"
+"cmp r<TRX>, r<TRY>"
*mips16:
*vr4100:
{
@@ -623,7 +623,7 @@
01110,3.RX,8.IMMED:RI:16::CMPI
-"sltiu r<TRX>, <IMMED>"
+"cmpi r<TRX>, <IMMED>"
*mips16:
*vr4100:
{