__int128 support
[m6w6/ext-psi] / src / types / number.c
index 5f44f6d0cc5bf3b4605b59538039357400bd87c2..523ea5b77205e71539681feac7385e999f24efb9 100644 (file)
@@ -558,7 +558,7 @@ static inline token_t psi_number_eval_constant(struct psi_number *exp,
                if (frame) PSI_DEBUG_PRINT(frame->context, " %" PRIdval, res->dval);
                return PSI_T_DOUBLE;
        default:
-               if (frame) PSI_DEBUG_PRINT(frame->context, " ?(t=%d)", exp->data.cnst->type->type);
+               if (frame) PSI_DEBUG_PRINT(frame->context, " ?(t=%ld)", exp->data.cnst->type->type);
                return 0;
        }
 }