aboutsummaryrefslogtreecommitdiff
path: root/gdb/nat/x86-cpuid.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/nat/x86-cpuid.h')
-rw-r--r--gdb/nat/x86-cpuid.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/gdb/nat/x86-cpuid.h b/gdb/nat/x86-cpuid.h
index 0955afb..d4c1105 100644
--- a/gdb/nat/x86-cpuid.h
+++ b/gdb/nat/x86-cpuid.h
@@ -30,9 +30,8 @@
unsupported cpuid level. Pointers may be non-null. */
static __inline int
-x86_cpuid (unsigned int __level,
- unsigned int *__eax, unsigned int *__ebx,
- unsigned int *__ecx, unsigned int *__edx)
+x86_cpuid (unsigned int __level, unsigned int *__eax, unsigned int *__ebx,
+ unsigned int *__ecx, unsigned int *__edx)
{
unsigned int __scratch;
@@ -51,9 +50,8 @@ x86_cpuid (unsigned int __level,
#else
static __inline int
-x86_cpuid (unsigned int __level,
- unsigned int *__eax, unsigned int *__ebx,
- unsigned int *__ecx, unsigned int *__edx)
+x86_cpuid (unsigned int __level, unsigned int *__eax, unsigned int *__ebx,
+ unsigned int *__ecx, unsigned int *__edx)
{
return 0;
}