fix float formats; fix sime defval edge cases
[m6w6/ext-psi] / src / types / num_exp.c
index 9388ad3dcc2d12d4365cf9575951c0bb5b94ce79..0053a23f26559cb89a60883acacb4da739a82186 100644 (file)
@@ -391,6 +391,7 @@ void psi_num_exp_dump(struct psi_dump *dump, struct psi_num_exp *exp)
                PSI_DUMP(dump, "(");
                psi_decl_type_dump(dump, exp->data.c.typ, 0);
                PSI_DUMP(dump, ")");
+               psi_num_exp_dump(dump, exp->data.c.num);
                break;
 
        case PSI_T_NOT: