mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-05 16:57:01 +00:00
* h8300-dis.c (bfd_h8_disassemble): Don't set plen for
3bit immediate operands. So we disassemble bXXX #IMM,@ADDRESS insns correctly.
This commit is contained in:
parent
062aded9d1
commit
0decb7fde3
@ -1,3 +1,8 @@
|
||||
Thu Jul 11 11:58:44 1996 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* h8300-dis.c (bfd_h8_disassemble): Don't set plen for
|
||||
3bit immediate operands.
|
||||
|
||||
Tue Jul 9 10:55:20 1996 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* Released binutils 2.7.
|
||||
|
@ -243,7 +243,6 @@ bfd_h8_disassemble (addr, info, mode)
|
||||
}
|
||||
else if (looking_for & L_3)
|
||||
{
|
||||
plen = 3;
|
||||
bit = thisnib;
|
||||
}
|
||||
else if (looking_for & L_2)
|
||||
|
Loading…
x
Reference in New Issue
Block a user