mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:27:35 +00:00
Everywhere: Use ARCH(AARCH64) instead of AK_ARCH_AARCH64
The former is typo-resistant after 349e54d5375a4a, so make use of that.
This commit is contained in:
parent
50f42407f6
commit
97b7e494e4
7 changed files with 29 additions and 29 deletions
|
@ -684,7 +684,7 @@ void ELF::DynamicLinker::linker_main(DeprecatedString&& main_program_path, int m
|
|||
|
||||
dbgln_if(DYNAMIC_LOAD_DEBUG, "Jumping to entry point: {:p}", entry_point_function);
|
||||
if (s_do_breakpoint_trap_before_entry) {
|
||||
#ifdef AK_ARCH_AARCH64
|
||||
#if ARCH(AARCH64)
|
||||
asm("brk #0");
|
||||
#else
|
||||
asm("int3");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue