Skip to content
Snippets Groups Projects
Commit b455944f authored by Basile Desloges's avatar Basile Desloges
Browse files

[variadic] Monomorphise the call to a variadic function even in case of errors

The previous version was using the generic translation of variadic
function if an error occurred during the translation. The problem was
that the generic translation is correct if and only if the declaration
of the function can be modified. That is not the case for variadic
functions from the libc.

This commit creates a monomorphised fallback version of the variadic
function using the types of the given parameters of the function.
parent ba7e098f
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment