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

Bstack_set2 support

This commit is contained in:
Andrea Corallo 2019-06-16 15:38:15 +02:00 committed by Andrea Corallo
parent 1510e15c3c
commit eefd7d819c

View file

@ -1961,7 +1961,12 @@ compile_f (const char *f_name, ptrdiff_t bytestr_length,
break;
case Bstack_set2:
error ("Bstack_set2 not supported");
op = FETCH2;
POP1;
gcc_jit_block_add_assignment (comp.bblock->gcc_bb,
NULL,
*(stack - op),
args[0]);
break;
case BdiscardN: