diff options
Diffstat (limited to 'isa/rv64sv/ma_utsd.S')
-rw-r--r-- | isa/rv64sv/ma_utsd.S | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/isa/rv64sv/ma_utsd.S b/isa/rv64sv/ma_utsd.S index 9bd3cd8..47df11b 100644 --- a/isa/rv64sv/ma_utsd.S +++ b/isa/rv64sv/ma_utsd.S @@ -13,9 +13,6 @@ RVTEST_RV64SV RVTEST_CODE_BEGIN - la a3,handler - csrw stvec,a3 # set exception handler - vsetcfg 32,0 li a3,4 vsetvl a3,a3 @@ -36,7 +33,7 @@ vtcode2: add x2,x2,x3 stop -handler: +stvec_handler: vxcptkill li TESTNUM,2 |