mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
7 lines
120 B
C++
7 lines
120 B
C++
![]() |
#include "../posix/PosixCommon.cpp"
|
||
|
|
||
|
extern "C" uintptr_t _Unwind_GetIP(struct _Unwind_Context *context)
|
||
|
{
|
||
|
return 0;
|
||
|
}
|