mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-19 03:24:50 -04:00
Removed unused delegation
This commit is contained in:
parent
ed67daff9e
commit
556f965757
1 changed files with 0 additions and 3 deletions
|
@ -225,9 +225,6 @@ main_code: #####
|
|||
# load address of trap handler
|
||||
la t0, trap_handler
|
||||
csrrw x0, mtvec, t0
|
||||
# delegate all external interrupts to machine mode
|
||||
li t0, 0xD00
|
||||
csrrc x0, mideleg, t0
|
||||
# set MIE
|
||||
li t0, 0x8
|
||||
csrrs x0, mstatus, t0
|
||||
|
|
Loading…
Add table
Reference in a new issue