Invoke aout N_* macros with pointer to struct internal_exec
[deliverable/binutils-gdb.git] / bfd / i386mach3.c
index aa573f454402a321be0bc11c0c5c856bb461c4f8..582a13df7ebfeb221bedd08dda56fc3afbfbe519 100644 (file)
@@ -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"
This page took 0.038459 seconds and 4 git commands to generate.