Fixing incorrect case in putSyscallArgsIntoGuestState for __NR_syscall.

Previously unused arg8 is now used to hold NR_syscall value when that call is
executed. This is important, so putSyscallArgsIntoGuestState can correctly
fill up the guest state. This is MIPS-only change.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12836 a5019735-40e9-0310-863c-91ae7b9d1cf9
1 file changed