Add a field to trapframe for saving the pil.

This commit is contained in:
Jake Burkholder 2001-08-10 04:18:13 +00:00
parent 4a421c5ff0
commit db6c479810

View File

@ -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;