mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-07-30 11:00:05 +02:00
[svn r9] added a preliminary rebuild profile. llvmdc-posix - very handy :)
added readme.txt added test/g.d - tests passing strings to functions fixed test/dgs.d and test/funcptr, now all tests except those related to typeinfo should work.
This commit is contained in:
@@ -920,7 +920,7 @@ elem* CallExp::toElem(IRState* p)
|
||||
assert(llargs[j] != 0);
|
||||
}
|
||||
else {
|
||||
llargs[j] = arg->mem;
|
||||
llargs[j] = arg->mem ? arg->mem : arg->val;
|
||||
assert(llargs[j] != 0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user