mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 03:56:16 +08:00
Fix a typo in my previous commit. This would cause mutable NSArrays to show up empty
llvm-svn: 262260
This commit is contained in:
@@ -788,7 +788,7 @@ SyntheticChildrenFrontEnd* lldb_private::formatters::NSArraySyntheticFrontEndCre
|
||||
{
|
||||
return (new NSArrayISyntheticFrontEnd(valobj_sp));
|
||||
}
|
||||
else if (class_name == g_NSArrayM)
|
||||
else if (class_name == g_NSArray0)
|
||||
{
|
||||
return (new NSArray0SyntheticFrontEnd(valobj_sp));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user