swap handling

This commit is contained in:
lizzie
2025-12-11 05:01:48 +00:00
parent 2945066ca4
commit 6e4ccef9b4
3 changed files with 29 additions and 1 deletions
+1
View File
@@ -59,6 +59,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)