aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test9.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test9.c b/test9.c
index d3d8b09..4796de0 100644
--- a/test9.c
+++ b/test9.c
@@ -59,7 +59,7 @@ void main(void)
TEST(shpr[1], 0);
TEST(shpr[2], 0);
TEST(shcsr, 0);
- TEST(syst_csr, 0);
+ TEST(syst_csr, 4);
puts("# ictr ");
puthex(early_state.ictr);
putc('\n');