Skip to content

Commit

Permalink
Change accidental use of SLTIU in SLTI tests (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcannon authored and aswaterman committed Aug 31, 2016
1 parent 8c633e9 commit 419d983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion isa/rv64ui/slti.S
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 419d983

Please sign in to comment.