summaryrefslogtreecommitdiff
path: root/tools/llvm-db/llvm-db.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvm-db/llvm-db.cpp')
-rw-r--r--tools/llvm-db/llvm-db.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-db/llvm-db.cpp b/tools/llvm-db/llvm-db.cpp
index 62ee325bfd..78dbf71df5 100644
--- a/tools/llvm-db/llvm-db.cpp
+++ b/tools/llvm-db/llvm-db.cpp
@@ -70,7 +70,7 @@ int main(int argc, char **argv, char * const *envp) {
InputArgs.push_back(InputFile);
// Create the CLI debugger...
- CLIDebugger D(&Context);
+ CLIDebugger D(Context);
// Initialize the debugger with the command line options we read...
Debugger &Dbg = D.getDebugger();