mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-12 02:43:14 +01:00
[svn r223] Fixed: assert with message could be broken.
Fixed: array length exp could fail on slice.
This commit is contained in:
@@ -26,6 +26,7 @@ IrFunction::IrFunction(FuncDeclaration* fd)
|
||||
dwarfSubProg = NULL;
|
||||
|
||||
srcfileArg = NULL;
|
||||
msgArg = NULL;
|
||||
inVolatile = false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user