aboutsummaryrefslogtreecommitdiffstats
path: root/aarch64/Machregs.v
diff options
context:
space:
mode:
Diffstat (limited to 'aarch64/Machregs.v')
-rw-r--r--aarch64/Machregs.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/aarch64/Machregs.v b/aarch64/Machregs.v
index 3d27f48f..bfe23e83 100644
--- a/aarch64/Machregs.v
+++ b/aarch64/Machregs.v
@@ -158,7 +158,7 @@ Definition destroyed_by_builtin (ef: external_function): list mreg :=
match ef with
| EF_memcpy sz al => R15 :: R17 :: R29 :: nil
| EF_inline_asm txt sg clob => destroyed_by_clobber clob
- | EF_profiling _ _ => R15 :: R17 :: nil
+ | EF_profiling _ _ => R15 :: R17 :: R29 :: nil
| _ => nil
end.