mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-03 16:02:26 +00:00
breakpoint for ARM
This commit is contained in:
parent
247affe76b
commit
59294f4536
@ -7,7 +7,7 @@
|
||||
#ifdef __x86_64__
|
||||
#define Crash() __asm__ __volatile__("int $3")
|
||||
#elif __aarch64__
|
||||
#define Crash() ;
|
||||
#define Crash() __asm__ __volatile__ ("BRK 0")
|
||||
#endif
|
||||
|
||||
void assert_fail_impl() {
|
||||
|
Loading…
Reference in New Issue
Block a user