cognet 2004-11-05 19:57:10 UTC FreeBSD src repository Modified files: sys/arm/arm trap.c Log: Copy the syscall args in a tmp variable instead of directly using the trapframe, as it can be modified in the syscall. Call thread_user_enter() when appropriate. Revision Changes Path 1.3 +55 -23 src/sys/arm/arm/trap.c