mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-08 03:52:57 +00:00
A64: Implement LDP, STP
This commit is contained in:
@@ -94,7 +94,7 @@ A64EmitX64::BlockDescriptor A64EmitX64::Emit(IR::Block& block) {
|
||||
break;
|
||||
}
|
||||
|
||||
reg_alloc.EndOfAllocScope();
|
||||
ctx.reg_alloc.EndOfAllocScope();
|
||||
}
|
||||
|
||||
reg_alloc.AssertNoMoreUses();
|
||||
|
||||
Reference in New Issue
Block a user