mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-14 05:12:38 -08:00
The code generated by cmpcbk.lsp passed a wrong # of arguments to ecl_apply_from_stack_frame().
This commit is contained in:
parent
5e39337e0e
commit
e2fe75e9c6
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@
|
|||
n "," ct "));")
|
||||
(wt-nl "ecl_stack_frame_push(frame,ecl_make_foreign_data(&var"
|
||||
n "," ct "," (ffi:size-of-foreign-type type) "));")))
|
||||
(wt-nl "aux = ecl_apply_from_stack_frame(cl_env_copy,frame,"
|
||||
(wt-nl "aux = ecl_apply_from_stack_frame(frame,"
|
||||
"ecl_fdefinition(" c-name-constant "));")
|
||||
(wt-nl "ecl_stack_frame_close(frame);")
|
||||
(when return-p
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue