summaryrefslogtreecommitdiffstats
path: root/cpudetect.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpudetect.c')
-rw-r--r--cpudetect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpudetect.c b/cpudetect.c
index ba5a0d0adc..acd291265e 100644
--- a/cpudetect.c
+++ b/cpudetect.c
@@ -492,7 +492,7 @@ void GetCpuCaps( CpuCaps *caps)
canjump = 1;
asm volatile ("mtspr 256, %0\n\t"
- "vand v0, v0, v0"
+ "vand %%v0, %%v0, %%v0"
:
: "r" (-1));