mirror of
https://github.com/darlinghq/darling-libobjc2.git
synced 2024-11-23 12:19:44 +00:00
Added dummy objc_readClassPair()
This commit is contained in:
parent
22fe63c015
commit
086b00648b
@ -3,3 +3,8 @@ void* _objc_empty_cache;
|
||||
__attribute__((visibility("default")))
|
||||
void* _objc_empty_vtable;
|
||||
|
||||
__attribute__((visibility("default")))
|
||||
void* objc_readClassPair()
|
||||
{
|
||||
return 0;
|
||||
}
|
Loading…
Reference in New Issue
Block a user