summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2018-10-23 00:18:27 +0000
committerJonas Devlieghere <jonas@devlieghere.com>2018-10-23 00:18:27 +0000
commita164b162a0a8e91c11a7bf363972d1a3acfa9fb8 (patch)
tree7fce9fcb07b22004db9e569c73261eb70d25bc2d
parent9ad1e8a93b14e415a4949f1ba46ca91d3f889353 (diff)
downloadbcm5719-llvm-a164b162a0a8e91c11a7bf363972d1a3acfa9fb8.tar.gz
bcm5719-llvm-a164b162a0a8e91c11a7bf363972d1a3acfa9fb8.zip
Fix typo in ASSERT_MODULE_LOCK macro definition
llvm-svn: 344979
-rw-r--r--lldb/include/lldb/Symbol/SymbolFile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/include/lldb/Symbol/SymbolFile.h b/lldb/include/lldb/Symbol/SymbolFile.h
index c6f16c19bd0..913210e3066 100644
--- a/lldb/include/lldb/Symbol/SymbolFile.h
+++ b/lldb/include/lldb/Symbol/SymbolFile.h
@@ -23,7 +23,7 @@
#include <mutex>
#if defined(LLDB_CONFIGURATION_DEBUG)
-#define ASSERT_MODULE_LOCK(expr) (expr->AssertModuleLock();)
+#define ASSERT_MODULE_LOCK(expr) (expr->AssertModuleLock())
#else
#define ASSERT_MODULE_LOCK(expr) ((void)0)
#endif
OpenPOWER on IntegriCloud