movcond has its cond argument first, not last. Fix that in
documentation.

Signed-off-by: Max Filippov <jcmvb...@gmail.com>
---
 tcg/README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tcg/README b/tcg/README
index a550ff1..69f3456 100644
--- a/tcg/README
+++ b/tcg/README
@@ -328,7 +328,7 @@ dest = (t1 cond t2)
 
 Set DEST to 1 if (T1 cond T2) is true, otherwise set to 0.
 
-* movcond_i32/i64 dest, c1, c2, v1, v2, cond
+* movcond_i32/i64 cond, dest, c1, c2, v1, v2
 
 dest = (c1 cond c2 ? v1 : v2)
 
-- 
1.8.1.4


Reply via email to