mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-14 06:48:06 +00:00
The flag DISABLE_PTHREAD_SPINLOCK_INTERCEPT is set only for MIPS32, and it is used in DRD and Helgrind as a workaround for the issue #311690. In short, pthread_spin_lock implementation has local branches to the start of the function which interferes with the redirection system in Valgrind that assumes it has to redirect each call/branch to a particular address. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13190