mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-03-12 19:11:06 +00:00
core: Implement separate A32/A64 ARM interfaces.
This commit is contained in:
@@ -186,6 +186,10 @@ struct KernelCore::Impl {
|
||||
return;
|
||||
}
|
||||
|
||||
for (auto& core : cores) {
|
||||
core.SetIs64Bit(process->Is64BitProcess());
|
||||
}
|
||||
|
||||
system.Memory().SetCurrentPageTable(*process);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user