Skip to content

Commit

Permalink
add mnstatus.MNPELP field
Browse files Browse the repository at this point in the history
  • Loading branch information
aswaterman committed Oct 1, 2024
1 parent 47862ce commit cc7e57e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion encoding.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,9 @@
#define USTATUS_UPIE 0x00000010

#define MNSTATUS_NMIE 0x00000008
#define MNSTATUS_MNPP 0x00001800
#define MNSTATUS_MNPV 0x00000080
#define MNSTATUS_MNPELP 0x00000200
#define MNSTATUS_MNPP 0x00001800

#define DCSR_XDEBUGVER (15U<<28)
#define DCSR_EXTCAUSE (7<<24)
Expand Down

0 comments on commit cc7e57e

Please sign in to comment.