diff options
-rw-r--r-- | sys/amd64/amd64/support.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/amd64/support.S b/sys/amd64/amd64/support.S index ea547f9..f24733b 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 |