about summary refs log tree commit diff
path: root/soft-fp
diff options
context:
space:
mode:
Diffstat (limited to 'soft-fp')
-rw-r--r--soft-fp/op-4.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/soft-fp/op-4.h b/soft-fp/op-4.h
index 5e3032e44a..bbfd433a86 100644
--- a/soft-fp/op-4.h
+++ b/soft-fp/op-4.h
@@ -167,7 +167,7 @@
     }					\
     else if (X##_f[1])			\
     {					\
-	__FP_CLZ(R,X##_f[2]);		\
+	__FP_CLZ(R,X##_f[1]);		\
 	R += _FP_W_TYPE_SIZE*2;		\
     }					\
     else				\