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