summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys-utils/lscpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/lscpu.c b/sys-utils/lscpu.c
index c200fb32f..77a3e5c28 100644
--- a/sys-utils/lscpu.c
+++ b/sys-utils/lscpu.c
@@ -360,7 +360,7 @@ cpuid(unsigned int op, unsigned int *eax, unsigned int *ebx,
"=a" (*eax),
"=c" (*ecx),
"=d" (*edx)
- : "0" (op), "c"(0));
+ : "1" (op), "c"(0));
}
static void