diff options
Diffstat (limited to 'compiler-rt/lib/tsan/rtl/tsan_mutex.h')
-rw-r--r-- | compiler-rt/lib/tsan/rtl/tsan_mutex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/tsan/rtl/tsan_mutex.h b/compiler-rt/lib/tsan/rtl/tsan_mutex.h index 3a03cfbb3b1..a2b489107a9 100644 --- a/compiler-rt/lib/tsan/rtl/tsan_mutex.h +++ b/compiler-rt/lib/tsan/rtl/tsan_mutex.h @@ -30,7 +30,7 @@ enum MutexType { MutexTypeAnnotations, MutexTypeAtExit, MutexTypeMBlock, - MutexTypeJava, + MutexTypeJavaMBlock, // This must be the last. MutexTypeCount |