Commit 35a45488 authored by Rafaël Carré's avatar Rafaël Carré

x86_64 cpuid: remove useless step (already done by '=b')

parent 5c13f219
......@@ -108,7 +108,6 @@ void vlc_CPU_init (void)
# if defined( __x86_64__ )
# define cpuid( reg ) \
asm volatile ( "cpuid\n\t" \
"movl %%ebx,%1\n\t" \
: "=a" ( i_eax ), \
"=b" ( i_ebx ), \
"=c" ( i_ecx ), \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment