mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
mips: add missing "memory" to the clobber list
Add "memory" to the clobber arguments of VALGRIND_DO_CLIENT_REQUEST_EXPR. This fixes memcheck/tests/vbit-test/vbit-test. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15740
This commit is contained in:
parent
0967e68ec9
commit
6b95752621
@ -946,7 +946,7 @@ typedef
|
||||
"move %0, $11\n\t" /*result*/ \
|
||||
: "=r" (_zzq_result) \
|
||||
: "r" (_zzq_default), "r" (&_zzq_args[0]) \
|
||||
: "$11", "$12"); \
|
||||
: "$11", "$12", "memory"); \
|
||||
_zzq_result; \
|
||||
})
|
||||
|
||||
@ -1017,7 +1017,7 @@ typedef
|
||||
"move %0, $11\n\t" /*result*/ \
|
||||
: "=r" (_zzq_result) \
|
||||
: "r" (_zzq_default), "r" (&_zzq_args[0]) \
|
||||
: "$11", "$12"); \
|
||||
: "$11", "$12", "memory"); \
|
||||
_zzq_result; \
|
||||
})
|
||||
|
||||
|
||||
@ -97,6 +97,6 @@ The following steps are needed
|
||||
|
||||
Status
|
||||
------
|
||||
vbit-test has been tested on x86-64, ppc64, s390x, and mips32.
|
||||
vbit-test has been tested on x86-64, ppc64, s390x, mips32 and mips64.
|
||||
There is support for other architectures in valgrind.h and guest_ARCH_toIR.c
|
||||
but it has not been tested.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user