aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/ws_cpuid.h
diff options
context:
space:
mode:
Diffstat (limited to 'wsutil/ws_cpuid.h')
-rw-r--r--wsutil/ws_cpuid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wsutil/ws_cpuid.h b/wsutil/ws_cpuid.h
index 16e6f8b283..9412fa1f4d 100644
--- a/wsutil/ws_cpuid.h
+++ b/wsutil/ws_cpuid.h
@@ -53,7 +53,7 @@ ws_cpuid(guint32 *CPUInfo, int selector)
#else /* (__i386__) */
static int
-ws_cpuid(guint32 *CPUInfo, int selector _U_)
+ws_cpuid(guint32 *CPUInfo _U_, int selector _U_)
{
/* TODO: need a test if older proccesors have the cpuid instruction */
return 0;