A64: Implement LDP, STP

This commit is contained in:
MerryMage
2018-01-10 02:05:08 +00:00
parent 25411da838
commit 243f06c613
5 changed files with 86 additions and 19 deletions

View File

@@ -94,7 +94,7 @@ A64EmitX64::BlockDescriptor A64EmitX64::Emit(IR::Block& block) {
break;
}
reg_alloc.EndOfAllocScope();
ctx.reg_alloc.EndOfAllocScope();
}
reg_alloc.AssertNoMoreUses();