Add missing ret instruction to the ptrace() syscall wrapper.

This commit is contained in:
Thomas Moestl 2002-07-11 15:48:02 +00:00
parent 6dc6a04be5
commit 58d646cdd3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=99773

View File

@ -56,4 +56,6 @@ _SYSENTRY(ptrace)
stw %g0, [%o0]
restore
_SYSCALL(ptrace)
retl
nop
_SYSEND(ptrace)