Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 233494
b: refs/heads/master
c: 5a5af73
h: refs/heads/master
v: v3
  • Loading branch information
Nicolas Pitre authored and Russell King committed Feb 21, 2011
1 parent de10115 commit bf8c407
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 58e9c47fa0dd76693b2c85c010c7430a4de77c6d
refs/heads/master: 5a5af730536fbf15fc354980cba2a0400afa6b76
2 changes: 1 addition & 1 deletion trunk/arch/arm/kernel/kprobes-decode.c
Original file line number Diff line number Diff line change
Expand Up @@ -1437,7 +1437,7 @@ arm_kprobe_decode_insn(kprobe_opcode_t insn, struct arch_specific_insn *asi)

return space_cccc_1100_010x(insn, asi);

} else if ((insn & 0x0e000000) == 0x0c400000) {
} else if ((insn & 0x0e000000) == 0x0c000000) {

return space_cccc_110x(insn, asi);

Expand Down

0 comments on commit bf8c407

Please sign in to comment.