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)))
|
||||
(comp-limple ()))
|
||||
;; Prologue
|
||||
(comp-push-block 'prologue)
|
||||
(comp-push-block 'entry)
|
||||
(cl-loop for i below (comp-args-mandatory (comp-func-args func))
|
||||
do (progn
|
||||
(cl-incf (comp-sp))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue