|
@@ -95,9 +95,10 @@ emulate:
|
|
reteq r4 @ no, return failure
|
|
reteq r4 @ no, return failure
|
|
|
|
|
|
next:
|
|
next:
|
|
|
|
+ uaccess_enable r3
|
|
.Lx1: ldrt r6, [r5], #4 @ get the next instruction and
|
|
.Lx1: ldrt r6, [r5], #4 @ get the next instruction and
|
|
@ increment PC
|
|
@ increment PC
|
|
-
|
|
|
|
|
|
+ uaccess_disable r3
|
|
and r2, r6, #0x0F000000 @ test for FP insns
|
|
and r2, r6, #0x0F000000 @ test for FP insns
|
|
teq r2, #0x0C000000
|
|
teq r2, #0x0C000000
|
|
teqne r2, #0x0D000000
|
|
teqne r2, #0x0D000000
|