Regenerate rl78 opcodes file

For newer comments.

	* rl78-decode.c: Regenerate.
This commit is contained in:
Alan Modra 2016-03-02 12:41:01 +10:30
parent 70a5df4fe3
commit c697cf0b2b
2 changed files with 3 additions and 2 deletions

View file

@ -1,6 +1,7 @@
2016-03-02 Alan Modra <amodra@gmail.com>
* fr30-ibld.c: Regenerate.
* rl78-decode.c: Regenerate.
2016-03-01 Nick Clifton <nickc@redhat.com>

View file

@ -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);
}