mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-12-06 07:12:14 +01:00
hypervisor: correctly check arch
This commit is contained in:
parent
a42ab014e4
commit
dcc965c2bb
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
namespace rpcs3
|
||||
{
|
||||
#if defined(ARCH_x64)
|
||||
#if defined(ARCH_X64)
|
||||
union hypervisor_context_t
|
||||
{
|
||||
u64 regs[1];
|
||||
|
|
|
|||
Loading…
Reference in a new issue