Index: cpu.c =================================================================== --- cpu.c (revision 14814) +++ cpu.c (working copy) @@ -90,8 +90,8 @@ pushfd pop eax popfd - mov *_eax,eax - mov *_ebx,ebx + mov [_eax],eax + mov [_ebx],ebx } } # endif @@ -121,7 +121,7 @@ :"cc" ); # else - oc_cpuid_detect_helper(&eax,&ebx); + oc_detect_cpuid_helper(&eax,&ebx); # endif /*No cpuid.*/ if(eax==ebx)return 0;