mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-03 19:32:35 +00:00
[lldb] Fix a warning
This patch fixes: lldb/source/Target/ProcessTrace.cpp:23:33: error: extra ';' outside of a function is incompatible with C++98 [-Werror,-Wc++98-compat-extra-semi]
This commit is contained in:
parent
340cc1702e
commit
47605ffec8
@ -20,7 +20,7 @@
|
||||
using namespace lldb;
|
||||
using namespace lldb_private;
|
||||
|
||||
LLDB_PLUGIN_DEFINE(ProcessTrace);
|
||||
LLDB_PLUGIN_DEFINE(ProcessTrace)
|
||||
|
||||
llvm::StringRef ProcessTrace::GetPluginDescriptionStatic() {
|
||||
return "Trace process plug-in.";
|
||||
|
Loading…
Reference in New Issue
Block a user