1
0
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:
JohnHolmesII 2018-12-29 17:12:01 -08:00 committed by Ivan
parent d1be1150c2
commit be75a564ca

View File

@ -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