1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2025-02-13 12:40:19 +00:00
This commit is contained in:
Nekotekina 2015-01-05 01:01:43 +03:00
parent 63df801b03
commit 43ebd4450d

@ -277,7 +277,7 @@ void _se_translator(unsigned int u, EXCEPTION_POINTERS* pExp)
#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_R8, REG_R9, REG_R10, REG_R11, REG_R12, REG_R13, REG_R14, REG_R15