In MAYBE-PUSH-ARGS, a C variable was used initialized.

This commit is contained in:
jjgarcia 2002-12-05 09:45:38 +00:00
parent 151cf73044
commit de9f5afdaf

View file

@ -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))