diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/amd64/sys/reboot.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/amd64/sys/reboot.S b/lib/libc/amd64/sys/reboot.S index 80e3d36..450a65e 100644 --- a/lib/libc/amd64/sys/reboot.S +++ b/lib/libc/amd64/sys/reboot.S @@ -43,4 +43,4 @@ __FBSDID("$FreeBSD$"); #include "SYS.h" SYSCALL(reboot) - iret + iretq |