aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2005-06-24 00:38:36 +0000
committerPeter Wemm <peter@FreeBSD.org>2005-06-24 00:38:36 +0000
commite973a7af9080d01d46e4f9d37cef727373932694 (patch)
treef3d60423dd15b903827f87cd0d1c4c9d4546c853 /sys/amd64
parent2cfe3fda192d2b9260c8a507c5a2607afd96662e (diff)
Notes
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/exception.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/amd64/exception.S b/sys/amd64/amd64/exception.S
index da639dee7893..bff29b5fd2d9 100644
--- a/sys/amd64/amd64/exception.S
+++ b/sys/amd64/amd64/exception.S
@@ -119,7 +119,7 @@ IDTVEC(xmm)
subq $TF_ERR,%rsp; \
movq $(a),TF_TRAPNO(%rsp) ; \
movq $0,TF_ADDR(%rsp) ; \
- jmp alltraps_noen
+ jmp alltraps
IDTVEC(tss)
TRAP_ERR(T_TSSFLT)
IDTVEC(missing)