diff options
| author | David Xu <davidxu@FreeBSD.org> | 2005-10-15 02:09:43 +0000 |
|---|---|---|
| committer | David Xu <davidxu@FreeBSD.org> | 2005-10-15 02:09:43 +0000 |
| commit | 0a567c0fcd7a0be416b215fbf26b98222d1e23d9 (patch) | |
| tree | 8d3cce0fad5aba949052f09e8c60825aa984d723 /sys/sparc64 | |
| parent | 25736eb67085cb5da88d2ff5987afe7a507814c2 (diff) | |
Notes
Diffstat (limited to 'sys/sparc64')
| -rw-r--r-- | sys/sparc64/sparc64/trap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sparc64/sparc64/trap.c b/sys/sparc64/sparc64/trap.c index 1a440a659e5ef..fb67479cfdd2c 100644 --- a/sys/sparc64/sparc64/trap.c +++ b/sys/sparc64/sparc64/trap.c @@ -289,7 +289,7 @@ trap(struct trapframe *tf) ksi.ksi_signo = sig; ksi.ksi_code = (int)tf->tf_type; /* XXX not POSIX */ /* ksi.ksi_addr = ? */ - ksi.ksi_trap = (int)tf->tf_type; + ksi.ksi_trapno = (int)tf->tf_type; trapsignal(td, &ksi); } |
