]> Git Repo - binutils.git/blobdiff - gdb/aix-thread.c
gdb/
[binutils.git] / gdb / aix-thread.c
index 4ffe4f6da873fadeff28199f169b5c755fd6d3e2..c7d73eb45a272dcbfa1d66575ffc3f7926118d84 100644 (file)
@@ -1028,7 +1028,7 @@ aix_thread_wait (struct target_ops *ops,
 
   /* Check whether libpthdebug might be ready to be initialized.  */
   if (!pd_active && status->kind == TARGET_WAITKIND_STOPPED
-      && status->value.sig == TARGET_SIGNAL_TRAP)
+      && status->value.sig == GDB_SIGNAL_TRAP)
     {
       struct regcache *regcache = get_thread_regcache (ptid);
       struct gdbarch *gdbarch = get_regcache_arch (regcache);
This page took 0.024347 seconds and 4 git commands to generate.