Use symbol_set_language to set a symbol's language
[deliverable/binutils-gdb.git] / bfd / cpu-z80.c
index 145aa4f7a9f5134a1bb88062ae199a5458aa5cb8..7d3b8649e38cd1e8ff356b00bae7b0e9f51008e7 100644 (file)
@@ -41,8 +41,8 @@ compatible (const bfd_arch_info_type *a, const bfd_arch_info_type *b)
 }
 
 #define N(name,print,default,next)  \
-{ 16, 16, 8, bfd_arch_z80, name, "z80", print, 0, default, \
-  compatible, bfd_default_scan, bfd_arch_default_fill, next }
+ { 16, 16, 8, bfd_arch_z80, name, "z80", print, 0, default, \
+   compatible, bfd_default_scan, bfd_arch_default_fill, next, 0 }
 
 #define M(n) &arch_info_struct[n]
 
This page took 0.024878 seconds and 4 git commands to generate.