mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-14 03:43:13 +01:00
Initialize TemplateInstance::emittedInModule with NULL
This commit is contained in:
@@ -3660,6 +3660,7 @@ TemplateInstance::TemplateInstance(Loc loc, TemplateDeclaration *td, Objects *ti
|
||||
#if IN_LLVM
|
||||
// LDC
|
||||
this->tinst = NULL;
|
||||
this->emittedInModule = NULL;
|
||||
this->tmodule = NULL;
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user