]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fixed an assertion failure triggered by running DRD with the command-line option...
authorBart Van Assche <bvanassche@acm.org>
Tue, 20 Oct 2009 18:13:26 +0000 (18:13 +0000)
committerBart Van Assche <bvanassche@acm.org>
Tue, 20 Oct 2009 18:13:26 +0000 (18:13 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10904

drd/drd_mutex.c

index 65cf04632a1d39b800ce41ccc4480679378b43ac..cf5a4a86ec1b3a54b208c62e9e2f51e59bb8cca1 100644 (file)
@@ -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);
    }