mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
Fixed an assertion failure triggered by running DRD with the command-line option --trace-mutex=yes on a program using one of the ANNOTATE_HAPPENS_*() macros.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10904
This commit is contained in:
parent
cfbdee1dcc
commit
ead7766abe
@ -464,6 +464,8 @@ const char* DRD_(mutex_type_name)(const MutexT mt)
|
||||
return "mutex";
|
||||
case mutex_type_spinlock:
|
||||
return "spinlock";
|
||||
case mutex_type_order_annotation:
|
||||
return "order annotation mutex";
|
||||
default:
|
||||
tl_assert(0);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user