x86: add immediate operand (1) for SHL/SHR/ROR/ROL/SAR/SAL in detail mode & Intel syntax
diff --git a/cs.c b/cs.c
index c037de5..05a5f1d 100644
--- a/cs.c
+++ b/cs.c
@@ -278,7 +278,7 @@
 
 	// post printer handles some corner cases (hacky)
 	if (postprinter)
-		postprinter((csh)handle, insn, buffer);
+		postprinter((csh)handle, insn, buffer, mci);
 
 #ifndef CAPSTONE_DIET
 	// fill in mnemonic & operands