aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/powerpc/ppc-mcount.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/powerpc/ppc-mcount.S')
-rw-r--r--sysdeps/powerpc/ppc-mcount.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/powerpc/ppc-mcount.S b/sysdeps/powerpc/ppc-mcount.S
index ce5a04e..3aa8fa7 100644
--- a/sysdeps/powerpc/ppc-mcount.S
+++ b/sysdeps/powerpc/ppc-mcount.S
@@ -63,6 +63,7 @@ ENTRY(_mcount)
stw r4, 44(r1)
stw r5, 8(r1)
bl JUMPTARGET(__mcount_internal)
+ nop
/* Restore the registers... */
lwz r6, 8(r1)
lwz r0, 44(r1)