Support arch-dependent fill
[deliverable/binutils-gdb.git] / bfd / cpu-z80.c
index 5da39f1c5c655ec4a5e4277ad32e466866a24f5e..a46f71d9a15e6d7aca90eaa69d7a387b4b1850e5 100644 (file)
@@ -42,7 +42,7 @@ 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, next }
+  compatible, bfd_default_scan, bfd_arch_default_fill, next }
 
 #define M(n) &arch_info_struct[n]
 
This page took 0.023954 seconds and 4 git commands to generate.