mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-12 02:43:14 +01:00
remove memory clobber again ...
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user