Skip to content

Commit

Permalink
Update aarch64 check
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-rifkin committed May 31, 2024
1 parent 20ae46e commit 4e28cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/libassert/platform.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ namespace libassert::detail {
#else
#define LIBASSERT_BREAKPOINT() LIBASSERT_ASM_BREAKPOINT("udf #0xfe")
#endif
#elif defined(__aarch64__)
#elif defined(__aarch64__) || defined(_M_ARM64)
#define LIBASSERT_BREAKPOINT() LIBASSERT_ASM_BREAKPOINT("brk #0xf000")
#else
// some architecture we aren't prepared for
Expand Down

0 comments on commit 4e28cd8

Please sign in to comment.