diff options
-rw-r--r-- | sysdeps/aarch64/morello/dl-trampoline.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/aarch64/morello/dl-trampoline.S b/sysdeps/aarch64/morello/dl-trampoline.S index dcd61d66fe..f94eff4a2b 100644 --- a/sysdeps/aarch64/morello/dl-trampoline.S +++ b/sysdeps/aarch64/morello/dl-trampoline.S @@ -127,7 +127,7 @@ _dl_runtime_profile: /* TODO: requires definition of La_aarch64_* layout and register state saved correctly for varargs ABI. */ - mov c0, 0 + mov x0, 0 ldr c0, [c0] cfi_endproc |