mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-14 03:43:13 +01:00
[svn r269] Fixed dwarf debug info for structs.
This commit is contained in:
@@ -54,6 +54,10 @@ IRState::IRState()
|
||||
mainFunc = 0;
|
||||
ir.state = this;
|
||||
asmBlock = NULL;
|
||||
|
||||
dwarfCUs = NULL;
|
||||
dwarfSPs = NULL;
|
||||
dwarfGVs = NULL;
|
||||
}
|
||||
|
||||
IrFunction* IRState::func()
|
||||
|
||||
Reference in New Issue
Block a user