CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/06/26 15:51:14
Modified files:
sys/arch/powerpc64/powerpc64: machdep.c
Log message:
Since normal execve(2) calls return through the normal system call return
path, we need to set the system call return values to set the initial
%r3 and %r4.
