diff options
| author | Jake Burkholder <jake@FreeBSD.org> | 2001-08-10 04:18:13 +0000 |
|---|---|---|
| committer | Jake Burkholder <jake@FreeBSD.org> | 2001-08-10 04:18:13 +0000 |
| commit | db6c479810eb8782d09613974c8114da5eada22f (patch) | |
| tree | 50b2ccdcf19e372841e2abeb502e4427f529d14f | |
| parent | 4a421c5ff0d4f5c6ec65530e0b0739e97353aba3 (diff) | |
Notes
| -rw-r--r-- | sys/sparc64/include/frame.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sparc64/include/frame.h b/sys/sparc64/include/frame.h index 9ab6db9b8e16..b566fe32ab1d 100644 --- a/sys/sparc64/include/frame.h +++ b/sys/sparc64/include/frame.h @@ -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; |
