fix gdbinit; postprocessing macros
[m6w6/ext-psi] / src / types / num_exp.c
index ce89de515800786d2420a7d62de00869593da2da..9388ad3dcc2d12d4365cf9575951c0bb5b94ce79 100644 (file)
@@ -389,7 +389,7 @@ void psi_num_exp_dump(struct psi_dump *dump, struct psi_num_exp *exp)
 
        case PSI_T_CAST:
                PSI_DUMP(dump, "(");
-               psi_decl_type_dump(1, exp->data.c.typ, 0);
+               psi_decl_type_dump(dump, exp->data.c.typ, 0);
                PSI_DUMP(dump, ")");
                break;