summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2006-08-16 22:22:28 +0000
committerdavidxu <davidxu@FreeBSD.org>2006-08-16 22:22:28 +0000
commit0a118880c8cd39389d85e00ba432ed642493e77c (patch)
tree76b97478b0fb56202def42310ba600f8c9b99adf /sys
parent39fd1c6d476c48c3facf010bff19549a4c804bb6 (diff)
downloadFreeBSD-src-0a118880c8cd39389d85e00ba432ed642493e77c.zip
FreeBSD-src-0a118880c8cd39389d85e00ba432ed642493e77c.tar.gz
Change xorq back to xorl.
Noticed by: bde
Diffstat (limited to 'sys')
-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 d8c270f..ea547f9 100644
--- a/sys/amd64/amd64/support.S
+++ b/sys/amd64/amd64/support.S
@@ -432,7 +432,7 @@ ENTRY(suword)
ja fusufault
movq %rsi,(%rdi)
- xorq %rax,%rax
+ xorl %eax,%eax
movq PCPU(CURPCB),%rcx
movq %rax,PCB_ONFAULT(%rcx)
ret
OpenPOWER on IntegriCloud