mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-04 13:44:31 +01:00
BackendX64/RegAlloc: Do not allocate RSP for guest use
This commit is contained in:
parent
abd113f160
commit
975f011fc0
5 changed files with 1 additions and 8 deletions
|
|
@ -67,7 +67,6 @@ const HostLocList any_gpr = {
|
|||
HostLoc::RSI,
|
||||
HostLoc::RDI,
|
||||
HostLoc::RBP,
|
||||
HostLoc::RSP,
|
||||
HostLoc::R8,
|
||||
HostLoc::R9,
|
||||
HostLoc::R10,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue