MCInst_Init() is arch-independent
diff --git a/cs.c b/cs.c
index a1b02d3..ba4ee31 100644
--- a/cs.c
+++ b/cs.c
@@ -449,7 +449,7 @@
 	insn_cache = total;
 
 	while (size > 0) {
-		MCInst_Init(handle, &mci);
+		MCInst_Init(&mci);
 		mci.csh = handle;
 
 		// relative branches need to know the address & size of current insn