Author: jmolenda
Date: Wed Dec 18 18:10:23 2013
New Revision: 197632

URL: http://llvm.org/viewvc/llvm-project?rev=197632&view=rev
Log:
Fix return type of ReadLibdispatchOffsetsAddress.

Modified:
    lldb/trunk/source/Plugins/Platform/MacOSX/PlatformDarwin.h

Modified: lldb/trunk/source/Plugins/Platform/MacOSX/PlatformDarwin.h
URL: 
http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Platform/MacOSX/PlatformDarwin.h?rev=197632&r1=197631&r2=197632&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/Platform/MacOSX/PlatformDarwin.h (original)
+++ lldb/trunk/source/Plugins/Platform/MacOSX/PlatformDarwin.h Wed Dec 18 
18:10:23 2013
@@ -135,7 +135,7 @@ public:
 
 protected:
 
-    lldb::addr_t
+    void
     ReadLibdispatchOffsetsAddress (lldb_private::Process *process);
 
     void


_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to