summaryrefslogtreecommitdiff
path: root/TestPrograms/test_x86_cpuid.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'TestPrograms/test_x86_cpuid.cxx')
-rw-r--r--TestPrograms/test_x86_cpuid.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/TestPrograms/test_x86_cpuid.cxx b/TestPrograms/test_x86_cpuid.cxx
index da755a0b..497a2942 100644
--- a/TestPrograms/test_x86_cpuid.cxx
+++ b/TestPrograms/test_x86_cpuid.cxx
@@ -1,8 +1,8 @@
-#include <stdint.h>
-int main(int argc, char* argv[])
-{
- uint32_t a, b, c, d;
- asm volatile ( "cpuid" : "+a"(a), "=b"(b), "+c"(c), "=d"(d) );
-
- return 0;
-}
+#include <stdint.h>
+int main(int argc, char* argv[])
+{
+ uint32_t a, b, c, d;
+ asm volatile ( "cpuid" : "+a"(a), "=b"(b), "+c"(c), "=d"(d) );
+
+ return 0;
+}