CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2012/08/07 13:55:58
Modified files: sys/arch/mips64/mips64: trap.c Log message: Handle __syscall as syscall, since these are identical on 64-bit platforms, fixing an old n32-inherited bug in the process. Spotted during guenther@'s syscall factorization work.