Change xorq back to xorl.

Noticed by: bde
This commit is contained in:
David Xu 2006-08-16 22:22:28 +00:00
parent 0eef2f8a4e
commit 55fd8f9e8c

View File

@ -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