Commit 468a26f8 authored by Sam Hocevar's avatar Sam Hocevar

* src/misc/cpu.c: oops.

parent 2ff83248
......@@ -89,7 +89,7 @@ uint32_t CPUCapabilities( void )
asm volatile ( "cpuid\n\t" \
"movl %%ebx,%1\n\t" \
: "=a" ( i_eax ), \
"=r" ( i_ebx ), \
"=b" ( i_ebx ), \
"=c" ( i_ecx ), \
"=d" ( i_edx ) \
: "a" ( reg ) \
......
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