You've already forked ultrasm64-2
mirror of
https://github.com/HackerN64/ultrasm64-2.git
synced 2026-01-21 10:38:08 -08:00
include compiler neutral crash macro
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user