gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / include / os9k.h
index e8baee17f1f587a839f3d7df8262257a0d552210..51ded058292cf67cd560aa322456cdcf0666c184 100644 (file)
@@ -1,5 +1,5 @@
 /* os9k.h  -  OS-9000 i386 module header definitions
-   Copyright 2000 Free Software Foundation, Inc.
+   Copyright (C) 2000-2020 Free Software Foundation, Inc.
 
 This file is part of GNU CC.
    
@@ -100,7 +100,7 @@ Boston, MA 02110-1301, USA.  */
 #define MODSIZE(mod) ((u_int32)((Mh_com)mod)->m_size)
 #endif /* 0 */
 #define MHCOM_BYTES_SIZE 80
-#define N_BADMAG(a) (((a).a_info) != MODSYNC)
+#define N_BADMAG(a) (((a)->a_info) != MODSYNC)
 
 typedef struct mh_com
 {
This page took 0.023221 seconds and 4 git commands to generate.