diff options
author | Jason Molenda <jmolenda@apple.com> | 2013-09-14 05:22:33 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 2013-09-14 05:22:33 +0000 |
commit | 9e73fe65dbd92e68ecd2486302580506dfae56fb (patch) | |
tree | d8885b7d70aa996e17d5599e97caa152886f49d7 /lldb | |
parent | 7e50d9135fffc8edcdaeb43932d447b3d1cfa0ce (diff) | |
download | bcm5719-llvm-9e73fe65dbd92e68ecd2486302580506dfae56fb.tar.gz bcm5719-llvm-9e73fe65dbd92e68ecd2486302580506dfae56fb.zip |
One bit of that last commit wasn't meant to be included.
llvm-svn: 190742
Diffstat (limited to 'lldb')
-rw-r--r-- | lldb/source/Plugins/Process/mach-core/ProcessMachCore.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lldb/source/Plugins/Process/mach-core/ProcessMachCore.cpp b/lldb/source/Plugins/Process/mach-core/ProcessMachCore.cpp index faf6a856d92..922e62b36a1 100644 --- a/lldb/source/Plugins/Process/mach-core/ProcessMachCore.cpp +++ b/lldb/source/Plugins/Process/mach-core/ProcessMachCore.cpp @@ -174,10 +174,6 @@ ProcessMachCore::GetDynamicLoaderAddress (lldb::addr_t addr) case llvm::MachO::MH_DYLINKER: //printf("0x%16.16" PRIx64 ": file_type = MH_DYLINKER\n", vaddr); // Address of dyld "struct mach_header" in the core file - if (m_dyld_addr != LLDB_INVALID_ADDRESS) - { - assert (!"already had user process dyld"); - } m_dyld_addr = addr; return true; |