frame.c: Fix the check for FID_STACK_INVALID in frame_id_eq()
authorMartin Galvan <martin.galvan@tallertechnologies.com>
Sun, 30 Nov 2014 15:34:15 +0000 (19:34 +0400)
committerJoel Brobecker <brobecker@adacore.com>
Sun, 30 Nov 2014 15:37:31 +0000 (19:37 +0400)
commitf0d4ba1fc4c702890bf090d1d6d2413fc6c34dd0
tree9cc4f91784f0301b33ceec87d5c8e429f23a5d49
parentdb76a70026ab100148eb274322fac01f1a1dd466
frame.c: Fix the check for FID_STACK_INVALID in frame_id_eq()

I noticed in frame_id_eq() we were checking for the "l" frame_id being
invalid twice instead of checking both "l" and "r", so this patch
corrects it.

gdb/ChangeLog:

* frame.c (frame_id_eq): Fix the check for FID_STACK_INVALID.
gdb/ChangeLog
gdb/frame.c
This page took 0.025456 seconds and 4 git commands to generate.