mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-04 09:00:33 +03:00
Merge 2.058beta
This commit is contained in:
parent
f2ed2e96b0
commit
e74e55df89
64 changed files with 5261 additions and 2974 deletions
|
@ -458,7 +458,7 @@ DValue* DtoCallFunction(Loc& loc, Type* resulttype, DValue* fnval, Expressions*
|
|||
|
||||
// handle the rest of the arguments based on param passing style
|
||||
|
||||
// variadic instrinsics need some custom casts
|
||||
// variadic intrinsics need some custom casts
|
||||
if (va_intrinsic)
|
||||
{
|
||||
for (int i=0; i<n_arguments; i++)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue