mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-21 20:14:45 +00:00
breakpoint for ARM
This commit is contained in:
parent
247affe76b
commit
59294f4536
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue