mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-02 07:30:55 -08:00
In MAYBE-PUSH-ARGS, a C variable was used initialized.
This commit is contained in:
parent
151cf73044
commit
de9f5afdaf
1 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,7 @@
|
|||
(< (length args) SI::C-ARGUMENTS-LIMIT))
|
||||
(return-from maybe-push-args (values nil nil nil)))
|
||||
(let* ((narg `(LCL ,(next-lcl))))
|
||||
(wt-nl "{cl_index " narg ";")
|
||||
(wt-nl "{cl_index " narg "=0;")
|
||||
(let* ((*temp* *temp*)
|
||||
(temp `(TEMP ,(next-temp)))
|
||||
(*destination* temp))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue