projects
/
riscv-tests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c633e9
)
Change accidental use of SLTIU in SLTI tests (#26)
author
Brett Cannon
<brettcannon@users.noreply.github.com>
Wed, 31 Aug 2016 18:59:23 +0000
(11:59 -0700)
committer
Andrew Waterman
<waterman@eecs.berkeley.edu>
Wed, 31 Aug 2016 18:59:23 +0000
(11:59 -0700)
isa/rv64ui/slti.S
patch
|
blob
|
history
diff --git
a/isa/rv64ui/slti.S
b/isa/rv64ui/slti.S
index 00a6c14da8cc778b9c4902e03dc240441e5b1cde..9222fa4021316677565b1a4e9df6ec80a1e79592 100644
(file)
--- 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, slti
u
, 1, 11, 13 );
+ TEST_IMM_SRC1_EQ_DEST( 17, slti, 1, 11, 13 );
#-------------------------------------------------------------
# Bypassing tests