Adds a space between the operands of the RL78's MOV instruction for consistency with the disassembling of other instructions.
* rl78-decode.opc (MOV): Added space between two operands for 'mov' instruction in index addressing mode. * rl78-decode.c: Regenerate.
This commit is contained in:
parent
5518c738a4
commit
fd63f640f6
3 changed files with 14 additions and 8 deletions
|
@ -1,3 +1,9 @@
|
|||
2015-02-23 Vinay <Vinay.G@kpit.com>
|
||||
|
||||
* rl78-decode.opc (MOV): Added space between two operands for
|
||||
'mov' instruction in index addressing mode.
|
||||
* rl78-decode.c: Regenerate.
|
||||
|
||||
2015-02-19 Pedro Alves <palves@redhat.com>
|
||||
|
||||
* microblaze-dis.h [__cplusplus]: Wrap in extern "C".
|
||||
|
|
Loading…
Reference in a new issue