summaryrefslogtreecommitdiff
path: root/gdb/dwarf2loc.c
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2012-10-16 08:46:54 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2012-10-16 08:46:54 +0000
commit9a99fe8be24975ba021d660f3174ee30ddf7c515 (patch)
tree54b1d2184b9c4876866a484eba273ba69d2fc4c3 /gdb/dwarf2loc.c
parent57a1466a6f657dc682d672b88c5db2173c2d76c4 (diff)
downloadgdb-9a99fe8be24975ba021d660f3174ee30ddf7c515.tar.gz
gdb/
* dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Remove comment.
Diffstat (limited to 'gdb/dwarf2loc.c')
-rw-r--r--gdb/dwarf2loc.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/dwarf2loc.c b/gdb/dwarf2loc.c
index 0bdc0427af1..cadcc17e0bd 100644
--- a/gdb/dwarf2loc.c
+++ b/gdb/dwarf2loc.c
@@ -989,9 +989,6 @@ dwarf_expr_reg_to_entry_parameter (struct frame_info *frame,
struct call_site_parameter *parameter = NULL;
CORE_ADDR target_addr;
- /* Skip any inlined frames, entry value call sites work between real
- functions. They do not make sense between inline functions as even PC
- does not change there. */
while (get_frame_type (frame) == INLINE_FRAME)
{
frame = get_prev_frame (frame);