diff options
Diffstat (limited to 'bfd/i386mach3.c')
-rw-r--r-- | bfd/i386mach3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/i386mach3.c b/bfd/i386mach3.c index aa573f4..582a13d 100644 --- a/bfd/i386mach3.c +++ b/bfd/i386mach3.c @@ -32,7 +32,7 @@ /* This macro is only relevant when N_MAGIC(x) == ZMAGIC. */ #define N_HEADER_IN_TEXT(x) 1 -#define N_TXTSIZE(x) ((x).a_text) +#define N_TXTSIZE(x) ((x)->a_text) #include "sysdep.h" #include "bfd.h" |