diff options
Diffstat (limited to 'libffi/src/powerpc/asm.h')
-rw-r--r-- | libffi/src/powerpc/asm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libffi/src/powerpc/asm.h b/libffi/src/powerpc/asm.h index e86e6b09147..994f62d079d 100644 --- a/libffi/src/powerpc/asm.h +++ b/libffi/src/powerpc/asm.h @@ -42,7 +42,7 @@ /* If compiled for profiling, call `_mcount' at the start of each function. */ #ifdef PROF -/* The mcount code relies on a the return address being on the stack +/* The mcount code relies on the return address being on the stack to locate our caller and so it can restore it; so store one just for its benefit. */ #ifdef PIC |