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