mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 22:11:26 +12:00
Fix builds with musl c
This commit is contained in:
parent
d1be1150c2
commit
be75a564ca
1 changed files with 1 additions and 1 deletions
|
@ -841,7 +841,7 @@ static const decltype(_REG_RAX) reg_table[] =
|
||||||
|
|
||||||
#else
|
#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_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
|
REG_R8, REG_R9, REG_R10, REG_R11, REG_R12, REG_R13, REG_R14, REG_R15, REG_RIP
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue