diff options
Diffstat (limited to 'gdb/cris-tdep.c')
-rw-r--r-- | gdb/cris-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/cris-tdep.c b/gdb/cris-tdep.c index cb5305a..d3376b5 100644 --- a/gdb/cris-tdep.c +++ b/gdb/cris-tdep.c @@ -3799,7 +3799,7 @@ cris_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches) /* INIT shall ensure that the INFO.BYTE_ORDER is non-zero. */ switch (info.byte_order) { - case LITTLE_ENDIAN: + case BFD_ENDIAN_LITTLE: /* Ok. */ break; |