diff --git a/include/internal/catch_debugger.h b/include/internal/catch_debugger.h index a0148aa8..a5a59b3b 100644 --- a/include/internal/catch_debugger.h +++ b/include/internal/catch_debugger.h @@ -20,7 +20,7 @@ namespace Catch { #if defined(__i386__) || defined(__x86_64__) #define CATCH_TRAP() __asm__("int $3\n" : : ) /* NOLINT */ #elif defined(__aarch64__) - #define CATCH_TRAP() __asm__(".inst 0xd4200000") + #define CATCH_TRAP() __asm__(".inst 0xd43e0000") #endif #elif defined(CATCH_PLATFORM_IPHONE)