Finish revert of r358672, missed in r358688.

Manual reverts never succeed correctly.

Reported by:	luporl
This commit is contained in:
jhibbits 2020-03-06 02:30:04 +00:00
parent ce610b77ee
commit 9bf29f5271

View File

@ -66,7 +66,7 @@ DEFINE_UIFUNC(, FN_RET, FN_NAME, FN_PARAMS)
* Since POWER ISA 2.07B this is solved transparently
* by the hardware
*/
if (cpu_features2 & PPC_FEATURE_HAS_VSX)
if (cpu_features & PPC_FEATURE_HAS_VSX)
return (FN_NAME_VSX);
else
return (FN_NAME_NOVSX);