cstool: version 2 could print all debug information for all arch.
diff --git a/cstool/cstool.c b/cstool/cstool.c
index f2f5e70..eeb6217 100644
--- a/cstool/cstool.c
+++ b/cstool/cstool.c
@@ -324,7 +324,7 @@
 				}
 			}
 			printf("  %s\t%s\n", insn[i].mnemonic, insn[i].op_str);
-            if (debug_flag) {//different mode should call different print functions
+            if (debug_flag) {
                 if (!strcmp(arch, "x86")) {
                     print_insn_detail_x86(handle, md, &insn[i]);
                 }