[Lldb-commits] [lldb] r288118 - Fix a typo.
Hafiz Abid Qadeer via lldb-commits
lldb-commits at lists.llvm.org
Tue Nov 29 01:31:58 PST 2016
Author: abidh
Date: Tue Nov 29 03:31:57 2016
New Revision: 288118
URL: http://llvm.org/viewvc/llvm-project?rev=288118&view=rev
Log:
Fix a typo.
Modified:
lldb/trunk/source/Plugins/Process/Windows/Common/TargetThreadWindows.cpp
Modified: lldb/trunk/source/Plugins/Process/Windows/Common/TargetThreadWindows.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Process/Windows/Common/TargetThreadWindows.cpp?rev=288118&r1=288117&r2=288118&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/Process/Windows/Common/TargetThreadWindows.cpp (original)
+++ lldb/trunk/source/Plugins/Process/Windows/Common/TargetThreadWindows.cpp Tue Nov 29 03:31:57 2016
@@ -22,7 +22,7 @@
#include "UnwindLLDB.h"
#if defined(_WIN64)
-#include "x86/RegisterContextWindows_x64.h"
+#include "x64/RegisterContextWindows_x64.h"
#else
#include "x86/RegisterContextWindows_x86.h"
#endif
More information about the lldb-commits
mailing list