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:
parent
ac297b67bb
commit
e1d9454215
2 changed files with 44 additions and 41 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue