freebsd-dev/sys/ia64/ia32
Konstantin Belousov 3341592139 Change ia64' struct syscall_args definition so that args is a pointer to
the arguments array instead of array itself. ia64 syscall arguments are
readily available in the frame, point args to it, do not do unnecessary
bcopy. Still reserve the array in syscall_args for ia32 emulation.

Suggested and reviewed by:	marcel
MFC after:	1 month
2010-05-24 17:24:14 +00:00
..
ia32_misc.c
ia32_reg.c
ia32_signal.c
ia32_trap.c Change ia64' struct syscall_args definition so that args is a pointer to 2010-05-24 17:24:14 +00:00