Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166752
b: refs/heads/master
c: 6176d39
h: refs/heads/master
v: v3
  • Loading branch information
Dmitry Artamonow authored and Russell King committed Oct 1, 2009
1 parent 9d46ada commit 02b1dc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: ca6cfa83463d1437895dc7e2e1b197e90dd07610
refs/heads/master: 6176d39471943a2e574782cbf62deded19b96aa0
4 changes: 2 additions & 2 deletions trunk/arch/arm/kernel/entry-common.S
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ ENTRY(__gnu_mcount_nc)
cmp r0, r2
bne gnu_trace
ldmia sp!, {r0-r3, ip, lr}
bx ip
mov pc, ip

gnu_trace:
ldr r1, [sp, #20] @ lr of instrumented routine
Expand All @@ -135,7 +135,7 @@ gnu_trace:
mov lr, pc
mov pc, r2
ldmia sp!, {r0-r3, ip, lr}
bx ip
mov pc, ip

ENTRY(mcount)
stmdb sp!, {r0-r3, lr}
Expand Down

0 comments on commit 02b1dc2

Please sign in to comment.