From: Brett Cannon Date: Wed, 31 Aug 2016 18:59:23 +0000 (-0700) Subject: Change accidental use of SLTIU in SLTI tests (#26) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=419d983eaf33a202fef760a6ca233fb064867521;p=riscv-tests.git Change accidental use of SLTIU in SLTI tests (#26) --- diff --git a/isa/rv64ui/slti.S b/isa/rv64ui/slti.S index 00a6c14..9222fa4 100644 --- a/isa/rv64ui/slti.S +++ b/isa/rv64ui/slti.S @@ -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