aboutsummaryrefslogtreecommitdiff
path: root/bfd/cpu-m32r.c
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/cpu-m32r.c')
-rw-r--r--bfd/cpu-m32r.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/cpu-m32r.c b/bfd/cpu-m32r.c
index 085fd4e..c911d23 100644
--- a/bfd/cpu-m32r.c
+++ b/bfd/cpu-m32r.c
@@ -23,8 +23,8 @@
#include "libbfd.h"
#define N(number, print, default, next) \
-{ 32, 32, 8, bfd_arch_m32r, number, "m32r", print, 4, default, \
- bfd_default_compatible, bfd_default_scan, bfd_arch_default_fill, next }
+{ 32, 32, 8, bfd_arch_m32r, number, "m32r", print, 4, default, \
+ bfd_default_compatible, bfd_default_scan, bfd_arch_default_fill, next, 0 }
#define M32R2_NEXT & arch_info_struct [1]
#define NEXT & arch_info_struct [0]