forked from Imagelibrary/binutils-gdb
Blackfin disassmbler: fix typo where M2.H was decoded as L2.H
This commit is contained in:
@@ -390,7 +390,7 @@ static enum machine_registers decode_regs_hi[] =
|
||||
{
|
||||
REG_RH0, REG_RH1, REG_RH2, REG_RH3, REG_RH4, REG_RH5, REG_RH6, REG_RH7,
|
||||
REG_PH0, REG_PH1, REG_PH2, REG_PH3, REG_PH4, REG_PH5, REG_SHP, REG_FHP,
|
||||
REG_IH0, REG_IH1, REG_IH2, REG_IH3, REG_MH0, REG_MH1, REG_LH2, REG_MH3,
|
||||
REG_IH0, REG_IH1, REG_IH2, REG_IH3, REG_MH0, REG_MH1, REG_MH2, REG_MH3,
|
||||
REG_BH0, REG_BH1, REG_BH2, REG_BH3, REG_LH0, REG_LH1, REG_LH2, REG_LH3,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user