Mercurial > ecos
changeset 415:4cbd7d39399a
Fix last checkin.
| author | msalter |
|---|---|
| date | Tue, 12 Nov 2002 21:50:39 +0000 |
| parents | 79eaf7aa963c |
| children | 1152a7e405ce |
| files | packages/hal/arm/arch/current/src/arm_stub.c |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/hal/arm/arch/current/src/arm_stub.c +++ b/packages/hal/arm/arch/current/src/arm_stub.c @@ -380,7 +380,7 @@ target_ins(unsigned long *pc, unsigned l // Destination register is PC if ((ins & 0x0FBF0000) != 0x010F0000) { Rn = (unsigned long)get_register((ins & 0x000F0000) >> 16); -+ if ((ins & 0x000F0000) == 0x000F0000) Rn += 8; // PC prefetch! + if ((ins & 0x000F0000) == 0x000F0000) Rn += 8; // PC prefetch! if ((ins & 0x02000000) == 0) { op2 = RmShifted(ins & 0x00000FFF); } else {
