1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-05 19:31:02 -08:00

basic funcall

This commit is contained in:
Andrea Corallo 2019-07-14 11:15:18 +02:00 committed by Andrea Corallo
parent ac297b67bb
commit e1d9454215
2 changed files with 44 additions and 41 deletions

View file

@ -314,7 +314,9 @@ If the calle function is known to have a return type propagate it."
:constant arg)
,(comp-slot))))
(byte-varbind)
(byte-call)
(byte-call
(comp-stack-adjust (- arg))
(comp-emit-set-call `(callref Ffuncall ,(1+ arg) ,(comp-sp))))
(byte-unbind)
(byte-pophandler)
(byte-pushconditioncase)