Skip to content

Commit 60cb445

Browse files
authored
fix copypaste fail
1 parent ca0728b commit 60cb445

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/lib/Headers/cpuid.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,6 @@
267267
: "0"(__leaf), "2"(__count))
268268
#else
269269
/* x86-64 uses %rbx as the base register, so preserve it. */
270-
#define __cpuid(__leaf, __eax, __ebx, __ecx, __edx) \
271270
#define __cpuid(__leaf, __eax, __ebx, __ecx, __edx) \
272271
__asm(" xchg{q|} {%%|}rbx,%q1\n" \
273272
" cpuid\n" \

0 commit comments

Comments
 (0)