Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 15058
b: refs/heads/master
c: 22f975f
h: refs/heads/master
v: v3
  • Loading branch information
Nikola Valerjev authored and Russell King committed Dec 10, 2005
1 parent 000fad9 commit 621e31c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5b35193f5868da5e63f5b4cfe8fbcf9f10fe65cd
refs/heads/master: 22f975f4ffa707ea24507f6899bb9f5a1ff034bc
9 changes: 9 additions & 0 deletions trunk/arch/arm/kernel/ptrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,15 @@ get_branch_address(struct task_struct *child, unsigned long pc, unsigned long in
*/
long aluop1, aluop2, ccbit;

if ((insn & 0x0fffffd0) == 0x012fff10) {
/*
* bx or blx
*/
alt = get_user_reg(child, insn & 15);
break;
}


if ((insn & 0xf000) != 0xf000)
break;

Expand Down

0 comments on commit 621e31c

Please sign in to comment.