]> Git Repo - binutils.git/blobdiff - gdb/tm-ultra3.h
Add Adobe a.out support.
[binutils.git] / gdb / tm-ultra3.h
index 2b60f90e3a69d5909753ab489a72f3758dcea7bd..59dcaa3c413cd660242e390603bb7e06de6b20e2 100644 (file)
@@ -177,7 +177,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
  */
 #if !defined(KERNEL_DEBUGGING)
 #ifdef SYM1
-# define IN_SIGTRAMP(pc, name) name && !strcmp ("sigtramp", name)
+# define IN_SIGTRAMP(pc, name) (name && !strcmp ("sigtramp", name))
 #else
         Need to define IN_SIGTRAMP() for sym2.
 #endif
This page took 0.023579 seconds and 4 git commands to generate.