Nios2 dynobj handling fixes
[deliverable/binutils-gdb.git] / opcodes / rl78-decode.c
index 9c391565ad06584ed7eb231dccbe24890c3275d2..d0566ea39adde5b17e5616c16ffdb5a5be683438 100644 (file)
@@ -1,6 +1,6 @@
 #line 1 "rl78-decode.opc"
 /* -*- c -*- */
-/* Copyright (C) 2012-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2012-2017 Free Software Foundation, Inc.
    Contributed by Red Hat.
    Written by DJ Delorie.
 
@@ -5337,13 +5337,13 @@ rl78_decode_opcode (unsigned long pc AU,
     case 0xeb:
     case 0xfb:
         {
-          /** 11ra 1011                        movw    %0, %e!1                        */
+          /** 11ra 1011                        movw    %0, %es!1                       */
 #line 886 "rl78-decode.opc"
           int ra AU = (op[0] >> 4) & 0x03;
           if (trace)
             {
               printf ("\033[33m%s\033[0m  %02x\n",
-                     "/** 11ra 1011                    movw    %0, %e!1                        */",
+                     "/** 11ra 1011                    movw    %0, %es!1                       */",
                      op[0]);
               printf ("  ra = 0x%x\n", ra);
             }
This page took 0.024682 seconds and 4 git commands to generate.