Fix typo in secureplt support.
This commit is contained in:
parent
3f8cd6d0ba
commit
863426f493
|
@ -41,7 +41,7 @@ define(`LEA',
|
|||
m4_assert_numargs(2)
|
||||
`ifdef(`PIC',`
|
||||
mflr r0
|
||||
bl 20,31,1f
|
||||
bcl 20,31,1f
|
||||
1: mflr $1
|
||||
mtlr r0
|
||||
addis $1,$1,_GLOBAL_OFFSET_TABLE_-1b@ha
|
||||
|
|
Loading…
Reference in New Issue