mirror of
https://github.com/darlinghq/darling-dyld.git
synced 2024-11-26 22:00:26 +00:00
Updated fix for darlinghq/darling#1415
Co-authored-by: CuriousTommy <curioustommy@protonmail.com>
This commit is contained in:
parent
ccc9658c67
commit
63f667cf06
@ -1127,7 +1127,12 @@ vm_size_t vm_page_size = 0x1000;
|
|||||||
void* _NSConcreteStackBlock[32];
|
void* _NSConcreteStackBlock[32];
|
||||||
void* _NSConcreteGlobalBlock[32];
|
void* _NSConcreteGlobalBlock[32];
|
||||||
|
|
||||||
|
|
||||||
|
#ifdef DARLING
|
||||||
void _Block_object_assign(void* dest, const void* object, const int flags)
|
void _Block_object_assign(void* dest, const void* object, const int flags)
|
||||||
|
#else
|
||||||
|
void _Block_object_assign()
|
||||||
|
#endif
|
||||||
{
|
{
|
||||||
_ZN4dyld4haltEPKc("_Block_object_assign()");
|
_ZN4dyld4haltEPKc("_Block_object_assign()");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user