diff options
Diffstat (limited to 'cpu_features.c')
| -rw-r--r-- | cpu_features.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu_features.c b/cpu_features.c index 6ef5aa2c4b..b5e7257696 100644 --- a/cpu_features.c +++ b/cpu_features.c @@ -18,7 +18,7 @@ Z_INTERNAL void cpu_check_features(void) { #elif defined(PPC_FEATURES) || defined(POWER_FEATURES) power_check_features(); #elif defined(S390_FEATURES) - s390_check_features(); + PREFIX(s390_check_features)(); #endif features_checked = 1; } |
