X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Ftv%2Ftv_t.h;h=d029f3042bd7f1518b50803e75063e9f8a181549;hb=45ecc187cee7107c83c1f9618a1e1e586df73644;hp=aa6ea2c90eeb593953823aef85eaa7b960632a09;hpb=f43025532c25319fff5d01e8fa18592d4e9c7c68;p=libfirm diff --git a/ir/tv/tv_t.h b/ir/tv/tv_t.h index aa6ea2c90..d029f3042 100644 --- a/ir/tv/tv_t.h +++ b/ir/tv/tv_t.h @@ -50,9 +50,12 @@ enum reserved_id { * * Call before init_mode(). * - * @param null_value The reference mode NULL value, typical 0l + * @param null_value + * The reference mode NULL value, typical 0l + * @param support_quad_precision + * If non-zero, activate support for quad precision */ -void init_tarval_1(long null_value); +void init_tarval_1(long null_value, int support_quad_precision); /** * Initialization of the tarval module.