comparison gen/irstate.cpp @ 232:092468448d25 trunk

[svn r248] Fixed: labels in inline asm block now work for the normal case. Fixed: inline asm blocks are now emitted as a single asm entity.
author lindquist
date Sun, 08 Jun 2008 06:15:51 +0200
parents 7816aafeea3c
children 76ee1bbe487e
comparison
equal deleted inserted replaced
231:61aa721a6b7f 232:092468448d25
51 dmodule = 0; 51 dmodule = 0;
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 inASM = false;
56 } 57 }
57 58
58 IrFunction* IRState::func() 59 IrFunction* IRState::func()
59 { 60 {
60 assert(!functions.empty() && "Function stack is empty!"); 61 assert(!functions.empty() && "Function stack is empty!");