diff options
| author | Hafiz Abid Qadeer <hafiz_abid@mentor.com> | 2016-11-29 09:31:57 +0000 |
|---|---|---|
| committer | Hafiz Abid Qadeer <hafiz_abid@mentor.com> | 2016-11-29 09:31:57 +0000 |
| commit | 65abfb110262caccf20302f52283fbde0f94bb20 (patch) | |
| tree | c15cefb88ecf44e8f04fbae3498ea791fca6f2c5 /lldb/source/Plugins/Process | |
| parent | b514504eea6c939997329ce20ff1b1808844b387 (diff) | |
| download | bcm5719-llvm-65abfb110262caccf20302f52283fbde0f94bb20.tar.gz bcm5719-llvm-65abfb110262caccf20302f52283fbde0f94bb20.zip | |
Fix a typo.
llvm-svn: 288118
Diffstat (limited to 'lldb/source/Plugins/Process')
| -rw-r--r-- | lldb/source/Plugins/Process/Windows/Common/TargetThreadWindows.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/Windows/Common/TargetThreadWindows.cpp b/lldb/source/Plugins/Process/Windows/Common/TargetThreadWindows.cpp index 60b3987d9cf..8f2603c3365 100644 --- a/lldb/source/Plugins/Process/Windows/Common/TargetThreadWindows.cpp +++ b/lldb/source/Plugins/Process/Windows/Common/TargetThreadWindows.cpp @@ -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 |

