mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
fix detection of PLD instructions
Signed-off-by: Lennert Buytenhek <buytenh@marvell.com> Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
This commit is contained in:
committed by
David Brownell
parent
ed1e45b388
commit
9b9bc78ef1
@@ -110,7 +110,7 @@ static int evaluate_pld(uint32_t opcode,
|
||||
uint32_t address, arm_instruction_t *instruction)
|
||||
{
|
||||
/* PLD */
|
||||
if ((opcode & 0x0d70f0000) == 0x0550f000)
|
||||
if ((opcode & 0x0d70f000) == 0x0550f000)
|
||||
{
|
||||
instruction->type = ARM_PLD;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user