mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 14:01:25 +12:00
Fix 2
This commit is contained in:
parent
63df801b03
commit
43ebd4450d
1 changed files with 1 additions and 1 deletions
|
@ -277,7 +277,7 @@ void _se_translator(unsigned int u, EXCEPTION_POINTERS* pExp)
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
static const auto reg_table[16] =
|
static const typename decltype(REG_RIP) reg_table[16] =
|
||||||
{
|
{
|
||||||
REG_RAX, REG_RCX, REG_RDX, REG_RBX, REG_RSP, REG_RBP, REG_RSI, REG_RDI,
|
REG_RAX, REG_RCX, REG_RDX, REG_RBX, REG_RSP, REG_RBP, REG_RSI, REG_RDI,
|
||||||
REG_R8, REG_R9, REG_R10, REG_R11, REG_R12, REG_R13, REG_R14, REG_R15
|
REG_R8, REG_R9, REG_R10, REG_R11, REG_R12, REG_R13, REG_R14, REG_R15
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue