File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
compiler-rt/lib/builtins/cpu_model/aarch64/fmv Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ void CONSTRUCTOR_ATTRIBUTE __init_cpu_features(void) {
2727
2828 unsigned long hwcap = getauxval (AT_HWCAP);
2929 unsigned long hwcap2 = getauxval (AT_HWCAP2);
30- unsigned long hwcap2 = getauxval (AT_HWCAP3);
31- unsigned long hwcap2 = getauxval (AT_HWCAP4);
30+ unsigned long hwcap3 = getauxval (AT_HWCAP3);
31+ unsigned long hwcap4 = getauxval (AT_HWCAP4);
3232
3333 __ifunc_arg_t arg;
3434 arg._size = sizeof (__ifunc_arg_t );
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ void CONSTRUCTOR_ATTRIBUTE __init_cpu_features(void) {
1212
1313 unsigned long hwcap = getauxval (AT_HWCAP);
1414 unsigned long hwcap2 = getauxval (AT_HWCAP2);
15- unsigned long hwcap2 = getauxval (AT_HWCAP3);
16- unsigned long hwcap2 = getauxval (AT_HWCAP4);
15+ unsigned long hwcap3 = getauxval (AT_HWCAP3);
16+ unsigned long hwcap4 = getauxval (AT_HWCAP4);
1717
1818 __ifunc_arg_t arg;
1919 arg._size = sizeof (__ifunc_arg_t );
You can’t perform that action at this time.
0 commit comments