* rl78-decode.opc (rl78_decode_opcode): Fix typo.
* rl78-decode.c: Regenerate.
This commit is contained in:
parent
6c8e944d79
commit
c7570fcd46
3 changed files with 208 additions and 202 deletions
|
@ -1,3 +1,8 @@
|
|||
2013-02-27 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* rl78-decode.opc (rl78_decode_opcode): Fix typo.
|
||||
* rl78-decode.c: Regenerate.
|
||||
|
||||
2013-02-25 Kaushik Phatak <Kaushik.Phatak@kpitcummins.com>
|
||||
|
||||
* rl78-decode.opc: Fix encoding of DIVWU insn.
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -762,7 +762,7 @@ rl78_decode_opcode (unsigned long pc AU,
|
|||
rl78->syntax = "divhu"; ID(divhu);
|
||||
break;
|
||||
case 0x04:
|
||||
rl78->syntax = "divwu <old-encoding>" ID(divwu);
|
||||
rl78->syntax = "divwu <old-encoding>"; ID(divwu);
|
||||
break;
|
||||
case 0x05:
|
||||
rl78->syntax = "machu"; ID(machu);
|
||||
|
|
Loading…
Reference in a new issue