include compiler neutral crash macro

This commit is contained in:
a
2025-07-04 15:53:20 -04:00
parent 43eaa38154
commit a06b33f3d6

View File

@@ -432,6 +432,6 @@
#define C_BUTTONS (U_CBUTTONS | D_CBUTTONS | L_CBUTTONS | R_CBUTTONS )
#define CRASH *(vs8*)0 = 0;
#define CRASH asm volatile("sw $zero, 0($zero)")
#endif // SM64_H