You've already forked ultrasm64-2
mirror of
https://github.com/HackerN64/ultrasm64-2.git
synced 2026-01-21 10:38:08 -08:00
a
This commit is contained in:
@@ -432,6 +432,6 @@
|
||||
|
||||
#define C_BUTTONS (U_CBUTTONS | D_CBUTTONS | L_CBUTTONS | R_CBUTTONS )
|
||||
|
||||
#define CRASH asm volatile("sw $zero, 0($zero)")
|
||||
#define CRASH asm volatile("sw $zero, 0($zero)"); __builtin_unreachable();
|
||||
|
||||
#endif // SM64_H
|
||||
|
||||
Reference in New Issue
Block a user