Add a field to trapframe for saving the pil.
This commit is contained in:
parent
4a421c5ff0
commit
db6c479810
@ -34,6 +34,7 @@
|
||||
struct trapframe {
|
||||
u_long tf_global[8];
|
||||
u_long tf_out[8];
|
||||
u_long tf_pil;
|
||||
u_long tf_tnpc;
|
||||
u_long tf_tpc;
|
||||
u_long tf_tstate;
|
||||
|
Loading…
Reference in New Issue
Block a user