]> git.ipfire.org Git - thirdparty/valgrind.git/commit
mips: Fix SAVE instruction for nanoMIPS
authorAleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
Tue, 14 Jan 2020 11:54:15 +0000 (11:54 +0000)
committerPetar Jovanovic <mips32r2@gmail.com>
Tue, 14 Jan 2020 11:54:15 +0000 (11:54 +0000)
commit43c90db16fdc3cfa9a3f11f409e2e3689d161978
treea04d5bfaf24705653adcfdc6f5ae995b766255a9
parent6eb5b451d31c3fb117bf61e0a62cf743dde83945
mips: Fix SAVE instruction for nanoMIPS

During a save (push) instruction adjusting the SP is required before doing
a store, otherwise Memcheck reports warning because of a write operation
outside of the stack area.
VEX/priv/guest_nanomips_toIR.c