mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
mips: fixup blksys_restart address for mips64
Restart logic has changed in kernel, this is counterpart in Valgrind. This change fixes: none/tests/syscall-restart1 none/tests/syscall-restart2 for mips64. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13379
This commit is contained in:
parent
4811687de2
commit
1fb2e817bb
@ -100,9 +100,8 @@ ML_(do_syscall_for_client_WRK):
|
||||
|
||||
ld $5, OFFSET_mips64_r5($5) /* a1 */
|
||||
ld $2, 0($29) /* syscallno */
|
||||
2: nop
|
||||
|
||||
syscall
|
||||
2: syscall
|
||||
|
||||
/* Saving return values into Guest state */
|
||||
3: ld $5, 8($29) /* guest_state */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user