Make lldb more C++11 friendly.
authorFilipe Cabecinhas <me@filcab.net>
Wed, 26 Sep 2012 16:27:04 +0000 (16:27 +0000)
committerFilipe Cabecinhas <me@filcab.net>
Wed, 26 Sep 2012 16:27:04 +0000 (16:27 +0000)
llvm-svn: 164702

lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp

index dfb87ec..736f245 100644 (file)
@@ -1172,7 +1172,7 @@ protected:
         
         m_realized = class_row_t_flags & RW_REALIZED;
         
-        lldb::addr_t class_ro_t_la = NULL;
+        lldb::addr_t class_ro_t_la = 0;
         
         if (m_realized)
         {