Skip to content

Commit

Permalink
gcpt_restore: fix write to read-only register hgeip (OpenXiangShan#386)
Browse files Browse the repository at this point in the history
Signed-off-by: jiaxiaoyu <xyyy1420@gmail.com>
  • Loading branch information
xyyy1420 committed Jul 14, 2024
1 parent ec82526 commit 92118b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resource/gcpt_restore/src/csr.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
f(hstatus , 0x600) f(hedeleg , 0x602) f(hideleg , 0x603) \
f(hie , 0x604) f(hcounteren , 0x606) f(hgeie , 0x607) \
f(htval , 0x643) f(hip , 0x644) f(hvip , 0x645) \
f(htinst , 0x64A) f(hgeip , 0xE12) f(henvcfg , 0x60A) \
f(htinst , 0x64A) f(henvcfg , 0x60A) \
f(hgatp , 0x680) f(htimedelta , 0x605) \
f(vsstatus , 0x200) f(vsie , 0x204) f(vstvec , 0x205) \
f(vsscratch , 0x240) f(vsepc , 0x241) f(vscause , 0x242) \
Expand Down

0 comments on commit 92118b5

Please sign in to comment.