swap handling

This commit is contained in:
lizzie
2025-12-11 05:01:48 +00:00
parent ba200265ac
commit 689fda4f7f
3 changed files with 29 additions and 1 deletions
+1
View File
@@ -56,6 +56,7 @@
#endif
#ifdef __OPENORBIS__
#include <orbis/SystemService.h>
# define STUB_WEAK(name) extern "C" void name() { printf("called " #name); asm volatile("ud2"); }
STUB_WEAK(__cxa_thread_atexit)
STUB_WEAK(__assert)