mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-04-03 05:32:24 +00:00
The lack of classes in the hash table is not an error - it's very legitimately possible for a process to define no ObjC classes of its own. Discovered by debugging /bin/ls
llvm-svn: 277897
This commit is contained in:
parent
62a459603c
commit
0765abf772
@ -1389,7 +1389,7 @@ AppleObjCRuntimeV2::UpdateISAToDescriptorMapDynamic(RemoteNXMapTable &hash_table
|
|||||||
{
|
{
|
||||||
if (log)
|
if (log)
|
||||||
log->Printf ("No dynamic classes found in gdb_objc_realized_classes.");
|
log->Printf ("No dynamic classes found in gdb_objc_realized_classes.");
|
||||||
return DescriptorMapUpdateResult::Fail();
|
return DescriptorMapUpdateResult::Success(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Make some types for our arguments
|
// Make some types for our arguments
|
||||||
|
Loading…
x
Reference in New Issue
Block a user