mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-09 08:16:27 +00:00
Proper implementation of Arm::Translate
This commit is contained in:
@@ -201,5 +201,12 @@ void RegAlloc::EndOfAllocScope() {
|
||||
iter.second = nullptr;
|
||||
}
|
||||
|
||||
void RegAlloc::Reset() {
|
||||
hostloc_to_value.clear();
|
||||
hostloc_state.clear();
|
||||
remaining_uses.clear();
|
||||
}
|
||||
|
||||
|
||||
} // namespace BackendX64
|
||||
} // namespace Dynarmic
|
||||
|
||||
Reference in New Issue
Block a user