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