Build fix for something which shouldn't have compiled successfully to begin with.

pull/8/head
Tony Wasserka 10 years ago
parent 27280f178b
commit 8db65723d2

@ -109,7 +109,7 @@ struct Regs {
u32 address; u32 address;
u32 GetPhysicalAddress() { u32 GetPhysicalAddress() const {
return DecodeAddressRegister(address) - Memory::FCRAM_PADDR + Memory::HEAP_GSP_VADDR; return DecodeAddressRegister(address) - Memory::FCRAM_PADDR + Memory::HEAP_GSP_VADDR;
} }

Loading…
Cancel
Save