Use gdb_bfd_sections in get_stap_base_address
[deliverable/binutils-gdb.git] / gdb / frame.c
index 54f4c613c9e870d857e3c9c01bc9ac6b7f738360..0b708e66827217dfced98cdb72008674cf8dd870 100644 (file)
@@ -774,7 +774,7 @@ frame_id_eq (frame_id l, frame_id r)
   bool eq;
 
   if (l.stack_status == FID_STACK_INVALID
-          || r.stack_status == FID_STACK_INVALID)
+      || r.stack_status == FID_STACK_INVALID)
     /* Like a NaN, if either ID is invalid, the result is false.
        Note that a frame ID is invalid iff it is the null frame ID.  */
     eq = false;
This page took 0.026445 seconds and 4 git commands to generate.