Merge pull request #634 from davidharrishmc/dev

Fixed expected value on WALLY-satp-invalid
This commit is contained in:
Rose Thompson 2024-02-17 15:18:29 -06:00 committed by GitHub
commit 6d2c7d1deb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
0000000b # Test *** Number: Ecall from going from M mode to S mode
00000002 # illegal instruction from truining on virtual memory with invalid satp address
00000001 # Instruction access fault (was illegal instruction) from turning on virtual memory with invalid satp address
00000009 # ecall from ending tests in S mode.

View File

@ -1,6 +1,6 @@
0000000b # Test *** Number: Ecall from going from M mode to S mode
00000000
00000002 # illegal instruction from truining on virtual memory with invalid satp address
00000001 # Instruction access fault from turning on virtual memory with invalid satp address
00000000
00000009 # ecall from ending tests in S mode.
00000000