don't use param registers for ReadBanked/WriteBanked

should fix linux build
This commit is contained in:
RSDuck
2020-04-26 20:47:36 +02:00
parent 47b44a6be8
commit b0b9ec42e4
3 changed files with 40 additions and 41 deletions

View File

@ -16,6 +16,7 @@ const Gen::X64Reg RCPSR = Gen::R15;
const Gen::X64Reg RSCRATCH = Gen::EAX;
const Gen::X64Reg RSCRATCH2 = Gen::EDX;
const Gen::X64Reg RSCRATCH3 = Gen::ECX;
const Gen::X64Reg RSCRATCH4 = Gen::R8;
struct ComplexOperand
{