diff --git a/src/test/cpp/raw/mmu/src/crt.S b/src/test/cpp/raw/mmu/src/crt.S index 533939b..f2cb783 100644 --- a/src/test/cpp/raw/mmu/src/crt.S +++ b/src/test/cpp/raw/mmu/src/crt.S @@ -20,10 +20,11 @@ _start: csrw mtvec, x1 csrw stvec, x1 -//Test 1 SC on unreserved area should fail and not write memory +//Test 1 li x28, 1 - +//Test 2 + li x28, 2 j pass