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:
parent
a31a164ea0
commit
7cbfd437a9
1 changed files with 6 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue