mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20160405' into staging
tcg/mips compilation fix # gpg: Signature made Tue 05 Apr 2016 20:48:38 BST using RSA key ID 4DD0279B # gpg: Good signature from "Richard Henderson <rth7680@gmail.com>" # gpg: aka "Richard Henderson <rth@redhat.com>" # gpg: aka "Richard Henderson <rth@twiddle.net>" * remotes/rth/tags/pull-tcg-20160405: tcg/mips: Fix type of tcg_target_reg_alloc_order[] Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
@@ -76,7 +76,7 @@ static const char * const tcg_target_reg_names[TCG_TARGET_NB_REGS] = {
|
||||
#define TCG_TMP1 TCG_REG_T9
|
||||
|
||||
/* check if we really need so many registers :P */
|
||||
static const TCGReg tcg_target_reg_alloc_order[] = {
|
||||
static const int tcg_target_reg_alloc_order[] = {
|
||||
/* Call saved registers. */
|
||||
TCG_REG_S0,
|
||||
TCG_REG_S1,
|
||||
|
||||
Reference in New Issue
Block a user