Skip to content

Commit d6213a5

Browse files
committed
typo
1 parent 8603e14 commit d6213a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Python/cpuinfo.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,12 +110,12 @@
110110
# define SHOULD_PARSE_CPUID_L7S1
111111
#endif
112112

113-
#if defined(SHOULD_PARSE_CPUID_L7S1) && !defined(SHOULD_PARSE_CPUID_L7)
114-
#error "SHOULD_PARSE_CPUID_L7S1 requires SHOULD_PARSE_CPUID_L7"
115-
#endif
116113
#if defined(SHOULD_PARSE_CPUID_L7S0) && !defined(SHOULD_PARSE_CPUID_L7)
117114
#error "SHOULD_PARSE_CPUID_L7S0 requires SHOULD_PARSE_CPUID_L7"
118115
#endif
116+
#if defined(SHOULD_PARSE_CPUID_L7S1) && !defined(SHOULD_PARSE_CPUID_L7)
117+
#error "SHOULD_PARSE_CPUID_L7S1 requires SHOULD_PARSE_CPUID_L7"
118+
#endif
119119

120120
/*
121121
* Call __cpuid_count() or equivalent and get

0 commit comments

Comments
 (0)