Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 258182
b: refs/heads/master
c: 198a0a9
h: refs/heads/master
v: v3
  • Loading branch information
Russell King committed Jun 29, 2011
1 parent 96b65ed commit 300d98b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: be020f8618caa0670a2a5b5a5df79549520f7867
refs/heads/master: 198a0a927ab9c52a68297120ee6dd4e36a975b0e
4 changes: 1 addition & 3 deletions trunk/arch/arm/mm/abort-macro.S
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,10 @@ not_thumb:
* [20] == 0
*/
.macro do_ldrd_abort, tmp, insn
tst \insn, #0x0e000000 @ [27:25] == 0
tst \insn, #0x0e100000 @ [27:25,20] == 0
bne not_ldrd
and \tmp, \insn, #0x000000f0 @ [7:4] == 1101
cmp \tmp, #0x000000d0
bne not_ldrd
tst \insn, #1 << 20 @ [20] == 0
moveq pc, lr
not_ldrd:
.endm
Expand Down

0 comments on commit 300d98b

Please sign in to comment.