summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago Jung Bauermann <thiago.bauermann@linaro.org>2024-01-23 14:11:33 -0300
committerThiago Jung Bauermann <thiago.bauermann@linaro.org>2024-01-23 14:11:33 -0300
commit0d9aa16582a0e0de63294e63ef050ea6380b4159 (patch)
tree5787883bf2b64b2b344b8b750f5ac15b68b4dc6b
parent36176c5d90d38f21ea0124231b083ae0510cc912 (diff)
-rw-r--r--gdb/arm-tdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/arm-tdep.c b/gdb/arm-tdep.c
index f1aa730579b..0d0431e0d1c 100644
--- a/gdb/arm-tdep.c
+++ b/gdb/arm-tdep.c
@@ -3252,7 +3252,7 @@ arm_epilogue_frame_this_id (frame_info_ptr this_frame,
arm_gdbarch_tdep *tdep
= gdbarch_tdep<arm_gdbarch_tdep> (get_frame_arch (this_frame));
- *this_id = frame_id_build (arm_cache_get_prev_sp_value (cache, tdep), pc);
+ *this_id = frame_id_build (arm_cache_get_prev_sp_value (cache, tdep), func);
}
/* Implementation of function hook 'prev_register' in