]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Fixing incorrect case in putSyscallArgsIntoGuestState for __NR_syscall.
authorPetar Jovanovic <mips32r2@gmail.com>
Sun, 5 Aug 2012 02:22:52 +0000 (02:22 +0000)
committerPetar Jovanovic <mips32r2@gmail.com>
Sun, 5 Aug 2012 02:22:52 +0000 (02:22 +0000)
commita4785b9adf80eef3b9604c67dddc4cb2e5e0a8b3
tree1ff39ad0098adc0a88374485f5031f5542f3bad3
parentab7b3383203b250fe0f4cb3ca78bd074fca61623
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
coregrind/m_syswrap/syswrap-main.c