* dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Remove comment.
This commit is contained in:
Jan Kratochvil 2012-10-16 08:46:58 +00:00
parent 65e911f9f0
commit 6235cdd10c
2 changed files with 4 additions and 3 deletions

View file

@ -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);