[svn r269] Fixed dwarf debug info for structs.

This commit is contained in:
Tomas Lindquist Olsen
2008-06-12 16:58:26 +02:00
parent c1ae095f4c
commit e0f2825fd0
8 changed files with 149 additions and 69 deletions

View File

@@ -54,6 +54,10 @@ IRState::IRState()
mainFunc = 0;
ir.state = this;
asmBlock = NULL;
dwarfCUs = NULL;
dwarfSPs = NULL;
dwarfGVs = NULL;
}
IrFunction* IRState::func()