1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-25 09:20:59 -08:00

better logging into emit_scratch_callN

This commit is contained in:
Andrea Corallo 2019-06-22 17:13:03 +02:00 committed by Andrea Corallo
parent a31a164ea0
commit 7cbfd437a9

View file

@ -712,6 +712,12 @@ emit_scratch_callN (const char *f_name, unsigned nargs, gcc_jit_rvalue **args)
p[n] = 0x...;
*/
snprintf (tmp_str, sizeof (tmp_str), "calling %s", f_name);
gcc_jit_block_add_comment (comp.bblock->gcc_bb,
NULL,
tmp_str);
gcc_jit_lvalue *p =
gcc_jit_function_new_local(comp.func,
NULL,