CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2011/09/19 02:10:13
Modified files: lib/libc/arch/hppa64: SYS.h Log message: Clear the upper 32-bits of the system call address we load using ldil, since that instruction does sign extension. Look at %r1 to determine whether a system call was sucessful, since that is where the kernel puts the information.