diff options
Diffstat (limited to 'libavcodec/ppc/asm.S')
-rw-r--r-- | libavcodec/ppc/asm.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ppc/asm.S b/libavcodec/ppc/asm.S index a3edeed202..700aa0d340 100644 --- a/libavcodec/ppc/asm.S +++ b/libavcodec/ppc/asm.S @@ -53,7 +53,7 @@ L(\name): .endm .macro movrel rd, sym, gp - ld \rd, \sym@got(r2) + ld \rd, \sym@got(2) .endm .macro get_got rd |