summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2003-04-30 18:14:44 +0000
committerpeter <peter@FreeBSD.org>2003-04-30 18:14:44 +0000
commitd25ffe9c8cbdfd9b7fd631d79f80c1e7157f2c96 (patch)
tree3587964d9f5100bc23692ed7d7004d4b7c28461d /lib/libc
parent2c555e9f247d864f0a77bcbeeca02d460e8e356f (diff)
downloadFreeBSD-src-d25ffe9c8cbdfd9b7fd631d79f80c1e7157f2c96.zip
FreeBSD-src-d25ffe9c8cbdfd9b7fd631d79f80c1e7157f2c96.tar.gz
I have no idea why the reboot(2) syscall wrapper ends with iret, but
update it to be iretq for completeness.
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/amd64/sys/reboot.S2
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
OpenPOWER on IntegriCloud