Change accidental use of SLTIU in SLTI tests (#26)
authorBrett Cannon <brettcannon@users.noreply.github.com>
Wed, 31 Aug 2016 18:59:23 +0000 (11:59 -0700)
committerAndrew Waterman <waterman@eecs.berkeley.edu>
Wed, 31 Aug 2016 18:59:23 +0000 (11:59 -0700)
isa/rv64ui/slti.S

index 00a6c14da8cc778b9c4902e03dc240441e5b1cde..9222fa4021316677565b1a4e9df6ec80a1e79592 100644 (file)
@@ -41,7 +41,7 @@ RVTEST_CODE_BEGIN
   # Source/Destination tests
   #-------------------------------------------------------------
 
-  TEST_IMM_SRC1_EQ_DEST( 17, sltiu, 1, 11, 13 );
+  TEST_IMM_SRC1_EQ_DEST( 17, slti, 1, 11, 13 );
 
   #-------------------------------------------------------------
   # Bypassing tests