I have no idea why the reboot(2) syscall wrapper ends with iret, but
update it to be iretq for completeness.
This commit is contained in:
parent
2c555e9f24
commit
d25ffe9c8c
@ -43,4 +43,4 @@ __FBSDID("$FreeBSD$");
|
||||
#include "SYS.h"
|
||||
|
||||
SYSCALL(reboot)
|
||||
iret
|
||||
iretq
|
||||
|
Loading…
x
Reference in New Issue
Block a user