comparison gen/irstate.cpp @ 252:e3355ce5444b trunk

[svn r269] Fixed dwarf debug info for structs.
author lindquist
date Thu, 12 Jun 2008 16:58:26 +0200
parents 76ee1bbe487e
children 88252a1af660
comparison
equal deleted inserted replaced
251:2f2d7c843e5d 252:e3355ce5444b
52 module = 0; 52 module = 0;
53 emitMain = false; 53 emitMain = false;
54 mainFunc = 0; 54 mainFunc = 0;
55 ir.state = this; 55 ir.state = this;
56 asmBlock = NULL; 56 asmBlock = NULL;
57
58 dwarfCUs = NULL;
59 dwarfSPs = NULL;
60 dwarfGVs = NULL;
57 } 61 }
58 62
59 IrFunction* IRState::func() 63 IrFunction* IRState::func()
60 { 64 {
61 assert(!functions.empty() && "Function stack is empty!"); 65 assert(!functions.empty() && "Function stack is empty!");