diff options
Diffstat (limited to 'lldb/source/Plugins/SymbolFile/NativePDB/CodeViewRegisterMapping.cpp')
| -rw-r--r-- | lldb/source/Plugins/SymbolFile/NativePDB/CodeViewRegisterMapping.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/SymbolFile/NativePDB/CodeViewRegisterMapping.cpp b/lldb/source/Plugins/SymbolFile/NativePDB/CodeViewRegisterMapping.cpp index d98e3c4c761a..3c10d4aa314b 100644 --- a/lldb/source/Plugins/SymbolFile/NativePDB/CodeViewRegisterMapping.cpp +++ b/lldb/source/Plugins/SymbolFile/NativePDB/CodeViewRegisterMapping.cpp @@ -745,4 +745,4 @@ lldb_private::npdb::GetRegisterSize(llvm::codeview::RegisterId register_id) { default: return 0; } -}
\ No newline at end of file +} |
