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:
Peter Wemm 2003-04-30 18:14:44 +00:00
parent 0ffd54b17b
commit 0b8d851ef7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=114312

View File

@ -43,4 +43,4 @@ __FBSDID("$FreeBSD$");
#include "SYS.h"
SYSCALL(reboot)
iret
iretq