summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Xu <davidxu@FreeBSD.org>2006-08-15 12:45:51 +0000
committerDavid Xu <davidxu@FreeBSD.org>2006-08-15 12:45:51 +0000
commit2328274aec1057dcb9493ead75f5cc2511454024 (patch)
tree41b50841c6339b45539650aad2df92ab0a8a5f8a
parentb4359bd8e5fb8c146ff9c66a225f2da18bc03f00 (diff)
Notes
-rw-r--r--sys/amd64/amd64/support.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/amd64/support.S b/sys/amd64/amd64/support.S
index ea547f90973e..f24733bb1a1e 100644
--- a/sys/amd64/amd64/support.S
+++ b/sys/amd64/amd64/support.S
@@ -412,7 +412,7 @@ ENTRY(fubyte)
ALIGN_TEXT
fusufault:
movq PCPU(CURPCB),%rcx
- xorl %eax,%eax
+ xorq %rax,%rax
movq %rax,PCB_ONFAULT(%rcx)
decq %rax
ret