aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorLarry Doolittle <ldoolitt@recycle.lbl.gov>2017-06-07 08:05:19 -0700
committerClifford Wolf <clifford@clifford.at>2017-06-13 13:22:25 +0200
commitc9de8001fe8ca4d4af260b3aef378805759e3583 (patch)
treeb02ba13dd1e79082ad048e6591136df3d4220ff0 /tests
parent45b80f985a6c8765b014c907fb1e59fa1b4d63f4 (diff)
downloadpicorv32-c9de8001fe8ca4d4af260b3aef378805759e3583.tar.gz
picorv32-c9de8001fe8ca4d4af260b3aef378805759e3583.zip
Remove some trailing whitespace
Diffstat (limited to 'tests')
-rw-r--r--tests/srli.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/srli.S b/tests/srli.S
index c2797cd..be56dc3 100644
--- a/tests/srli.S
+++ b/tests/srli.S
@@ -48,11 +48,11 @@ RVTEST_CODE_BEGIN
TEST_IMM_DEST_BYPASS( 22, 0, srl, 0x7fffc000, 0xffff8000, 1 );
TEST_IMM_DEST_BYPASS( 23, 1, srl, 0x0003fffe, 0xffff8000, 14 );
TEST_IMM_DEST_BYPASS( 24, 2, srl, 0x0001ffff, 0xffff8000, 15 );
-
+
TEST_IMM_SRC1_BYPASS( 25, 0, srl, 0x7fffc000, 0xffff8000, 1 );
TEST_IMM_SRC1_BYPASS( 26, 1, srl, 0x0003fffe, 0xffff8000, 14 );
TEST_IMM_SRC1_BYPASS( 27, 2, srl, 0x0001ffff, 0xffff8000, 15 );
-
+
TEST_IMM_ZEROSRC1( 28, srli, 0, 31 );
TEST_IMM_ZERODEST( 29, srli, 33, 20 );