mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-07-09 17:25:18 -06:00
Fix ARCH_X64 define for hypervisor_context_t
This commit is contained in:
parent
2b9368abf5
commit
66de4022b1
@ -4,7 +4,7 @@
|
||||
|
||||
namespace rpcs3
|
||||
{
|
||||
#if defined(ARCH_x64)
|
||||
#if defined(ARCH_X64)
|
||||
union hypervisor_context_t
|
||||
{
|
||||
u64 regs[1];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user