mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-22 02:32:36 +01:00
Fix builds with musl c
This commit is contained in:
parent
d1be1150c2
commit
be75a564ca
@ -841,7 +841,7 @@ static const decltype(_REG_RAX) reg_table[] =
|
||||
|
||||
#else
|
||||
|
||||
static const decltype(REG_RAX) reg_table[] =
|
||||
static const int reg_table[] =
|
||||
{
|
||||
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_RIP
|
||||
|
Loading…
Reference in New Issue
Block a user