diff options
author | Jason Molenda <jmolenda@apple.com> | 2013-12-19 00:10:23 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 2013-12-19 00:10:23 +0000 |
commit | 23f2fcaed88664166184ab2a8b13f4abe79858c1 (patch) | |
tree | 4d0bcfa5d1ee8e4e4d998c2c563613ffc6a1d47d | |
parent | 4a5ec88f0d92b3cf21b21f3a8acac8f844aaff9f (diff) | |
download | bcm5719-llvm-23f2fcaed88664166184ab2a8b13f4abe79858c1.tar.gz bcm5719-llvm-23f2fcaed88664166184ab2a8b13f4abe79858c1.zip |
Fix return type of ReadLibdispatchOffsetsAddress.
llvm-svn: 197632
-rw-r--r-- | lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.h b/lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.h index e3d96179b36..a8bfdd19236 100644 --- a/lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.h +++ b/lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.h @@ -135,7 +135,7 @@ public: protected: - lldb::addr_t + void ReadLibdispatchOffsetsAddress (lldb_private::Process *process); void |