In C2CALL-GLOBAL use the form primary type as expected type.

This commit is contained in:
Juan Jose Garcia Ripoll 2011-12-28 15:59:13 +01:00
parent 6ac809efba
commit a097641aff

View file

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