mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-24 06:20:43 -08:00
rename entry block
This commit is contained in:
parent
24f80e510f
commit
30ba6d2532
1 changed files with 1 additions and 1 deletions
|
|
@ -291,7 +291,7 @@ VAL is known at compile time."
|
||||||
:frame (comp-limple-frame-new-frame frame-size)))
|
:frame (comp-limple-frame-new-frame frame-size)))
|
||||||
(comp-limple ()))
|
(comp-limple ()))
|
||||||
;; Prologue
|
;; Prologue
|
||||||
(comp-push-block 'prologue)
|
(comp-push-block 'entry)
|
||||||
(cl-loop for i below (comp-args-mandatory (comp-func-args func))
|
(cl-loop for i below (comp-args-mandatory (comp-func-args func))
|
||||||
do (progn
|
do (progn
|
||||||
(cl-incf (comp-sp))
|
(cl-incf (comp-sp))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue