mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-17 06:42:18 -08:00
In C2CALL-GLOBAL use the form primary type as expected type.
This commit is contained in:
parent
6ac809efba
commit
a097641aff
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@
|
|||
(return-from c2call-global))
|
||||
(let* ((*inline-blocks* 0)
|
||||
(*temp* *temp*))
|
||||
(unwind-exit (call-global-loc fname fun args (c1form-type c1form)
|
||||
(unwind-exit (call-global-loc fname fun args (c1form-primary-type c1form)
|
||||
(loc-type *destination*)))
|
||||
(close-inline-blocks))))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue