From d25ffe9c8cbdfd9b7fd631d79f80c1e7157f2c96 Mon Sep 17 00:00:00 2001 From: peter Date: Wed, 30 Apr 2003 18:14:44 +0000 Subject: I have no idea why the reboot(2) syscall wrapper ends with iret, but update it to be iretq for completeness. --- lib/libc/amd64/sys/reboot.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc/amd64') 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 -- cgit v1.1