Change xorq back to xorl.
Noticed by: bde
This commit is contained in:
parent
0eef2f8a4e
commit
55fd8f9e8c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user