Fix argument to compiled_cond, and add cases for compiled-condition.
[deliverable/binutils-gdb.git] / gdb / alpha-mdebug-tdep.c
index 2f58c64f4b7df0726555f8f34f80af8f582a0def..a8a511bfeb7df4c07a8ab3dad9618b798adff67e 100644 (file)
@@ -107,7 +107,8 @@ find_proc_desc (CORE_ADDR pc)
           symbol reading.  */
        sym = NULL;
       else
-       sym = lookup_symbol (MDEBUG_EFI_SYMBOL_NAME, b, LABEL_DOMAIN, 0);
+       sym = lookup_symbol (MDEBUG_EFI_SYMBOL_NAME, b, LABEL_DOMAIN,
+                            0).symbol;
     }
 
   if (sym)
This page took 0.023542 seconds and 4 git commands to generate.