]> git.ipfire.org Git - thirdparty/valgrind.git/commit
mips64: Wrong address size.
authorDejan Jevtic <dejan.jevtic@valgrind.org>
Wed, 17 Jul 2013 09:56:24 +0000 (09:56 +0000)
committerDejan Jevtic <dejan.jevtic@valgrind.org>
Wed, 17 Jul 2013 09:56:24 +0000 (09:56 +0000)
commit3abde5b717425e65a67e6e3ea0b3e5c96f3f052d
tree8e4cf1086d00a24479a6ab5c5ec0aba4248d9265
parentd367666464c31215a932e8a163f7cc36a0a064a8
mips64: Wrong address size.

On MIPS64 address of 'undefined' can be 64-bit width.
When we are trying to access that address we need to use 0x%lx
instead of 0x%x.
Fixes gdbserver_tests/mcvabits for MIPS64.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13457
gdbserver_tests/mcvabits.stdinB.gdb