Set default LANGUAGE to english/us.
[deliverable/binutils-gdb.git] / gdb / mn10300-tdep.c
index 4a3e2943fc3bc5f0c4737c0df7528470dfd84800..a618ca75f80b3a80667b4d5f954091581817613a 100644 (file)
@@ -1018,7 +1018,7 @@ mn10300_print_register (const char *name, int regnum, int reg_width)
   else
     {
       int byte;
-      if (TARGET_BYTE_ORDER == BIG_ENDIAN)
+      if (TARGET_BYTE_ORDER == BFD_ENDIAN_BIG)
        {
          for (byte = REGISTER_RAW_SIZE (regnum) - REGISTER_VIRTUAL_SIZE (regnum);
               byte < REGISTER_RAW_SIZE (regnum);
This page took 0.023382 seconds and 4 git commands to generate.