From ee402ec5dc78bdc7fcc3565600c10c3285dfed7d Mon Sep 17 00:00:00 2001 From: Dolu1990 Date: Wed, 20 Mar 2019 01:16:39 +0100 Subject: [PATCH] clearning --- src/test/cpp/raw/mmu/src/crt.S | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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