remove memory clobber again ...

This commit is contained in:
Tomas Lindquist Olsen 2009-03-03 19:27:23 +01:00
parent ae214b18e7
commit bb495c6e40

View file

@ -594,7 +594,6 @@ void AsmBlockStatement::toIR(IRState* p)
// setup variable for output from asm
outSetterStmt->out_c = "=*m,";
outSetterStmt->out.push_back(jump_target);
asmblock->clobs.insert("~{memory},");
asmblock->s.push_back(outSetterStmt);
}