mirror of
https://github.com/darlinghq/darling-dyld.git
synced 2024-11-23 04:19:41 +00:00
This commit is contained in:
parent
1348666c2f
commit
ccc9658c67
@ -1127,7 +1127,7 @@ vm_size_t vm_page_size = 0x1000;
|
||||
void* _NSConcreteStackBlock[32];
|
||||
void* _NSConcreteGlobalBlock[32];
|
||||
|
||||
void _Block_object_assign()
|
||||
void _Block_object_assign(void* dest, const void* object, const int flags)
|
||||
{
|
||||
_ZN4dyld4haltEPKc("_Block_object_assign()");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user