Fix SEGV in cdot_power9
We were corrupting r2 because the local entry wasn't being setup correctly.
This commit is contained in:
parent
f95989cbc1
commit
cf2a8e410c
|
@ -13,10 +13,7 @@
|
||||||
|
|
||||||
cdot_k:
|
cdot_k:
|
||||||
.LCF0:
|
.LCF0:
|
||||||
0: addis 2,12,.TOC.-.LCF0@ha
|
0: mr. 9,3
|
||||||
addi 2,2,.TOC.-.LCF0@l
|
|
||||||
.localentry cdot_k,.-cdot_k
|
|
||||||
mr. 9,3
|
|
||||||
ble 0,.L10
|
ble 0,.L10
|
||||||
cmpdi 7,5,1
|
cmpdi 7,5,1
|
||||||
beq 7,.L18
|
beq 7,.L18
|
||||||
|
|
Loading…
Reference in New Issue