Document the GDB 8.1.1 release in gdb/ChangeLog
[deliverable/binutils-gdb.git] / gdb / ppc-linux-tdep.c
index f585e5a9f7445f0c354582aee12300c471f74152..33a0b5a83b6f86776e3ecae3440b6b0b4b9d361c 100644 (file)
@@ -1269,7 +1269,7 @@ ppc_linux_spe_context (int wordsize, enum bfd_endian byte_order,
     return 0;
 
   /* Look up cached address of thread-local variable.  */
-  if (!ptid_equal (spe_context_cache_ptid, inferior_ptid))
+  if (spe_context_cache_ptid != inferior_ptid)
     {
       struct target_ops *target = current_top_target ();
 
This page took 0.023413 seconds and 4 git commands to generate.