Fix ARCH_X64 define for hypervisor_context_t
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
namespace rpcs3
|
namespace rpcs3
|
||||||
{
|
{
|
||||||
#if defined(ARCH_x64)
|
#if defined(ARCH_X64)
|
||||||
union hypervisor_context_t
|
union hypervisor_context_t
|
||||||
{
|
{
|
||||||
u64 regs[1];
|
u64 regs[1];
|
||||||
|
|||||||
Reference in New Issue
Block a user