BackendX64/RegAlloc: Do not allocate RSP for guest use

This commit is contained in:
MerryMage 2016-08-08 16:01:07 +01:00
parent abd113f160
commit 975f011fc0
5 changed files with 1 additions and 8 deletions

View file

@ -67,7 +67,6 @@ const HostLocList any_gpr = {
HostLoc::RSI,
HostLoc::RDI,
HostLoc::RBP,
HostLoc::RSP,
HostLoc::R8,
HostLoc::R9,
HostLoc::R10,