forked from metin-server/m2dev-client-src
client almost builds
This commit is contained in:
7
vendor/cryptopp/TestPrograms/test_x86_cpuid.cpp
vendored
Normal file
7
vendor/cryptopp/TestPrograms/test_x86_cpuid.cpp
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
unsigned int a, b, c, d;
|
||||
asm volatile ( "cpuid" : "+a"(a), "=b"(b), "+c"(c), "=d"(d) );
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user