2006-02-19 Randolph Chung <tausq@debian.org>
[deliverable/binutils-gdb.git] / gdb / hppa-tdep.c
index 425a6e82166496c5c064dca09626d739d676ff95..6a3ae47ba85285313f02408a8dc0981e41051be5 100644 (file)
@@ -2886,7 +2886,7 @@ hppa_in_solib_call_trampoline (CORE_ADDR pc, char *name)
      quite slow, so bail out if we do have an unwind entry.  */
 
   u = find_unwind_entry (pc);
-  if (u == NULL)
+  if (u != NULL)
     return 0;
 
   return (hppa_match_insns_relaxed (pc, hppa_import_stub, insn)
This page took 0.023785 seconds and 4 git commands to generate.