mirror of
https://git.proxmox.com/git/qemu
synced 2025-06-14 12:33:48 +00:00
tcg-sparc: fix build
Fix build breakage by 803d805bce
:
make tcg_out_addsub2() always available.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
288f1e3f87
commit
07ca08bac8
@ -776,6 +776,7 @@ static void tcg_out_setcond2_i32(TCGContext *s, TCGCond cond, TCGArg ret,
|
||||
break;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
static void tcg_out_addsub2(TCGContext *s, TCGArg rl, TCGArg rh,
|
||||
TCGArg al, TCGArg ah, TCGArg bl, int blconst,
|
||||
@ -792,7 +793,6 @@ static void tcg_out_addsub2(TCGContext *s, TCGArg rl, TCGArg rh,
|
||||
tcg_out_arithc(s, rh, ah, bh, bhconst, oph);
|
||||
tcg_out_mov(s, TCG_TYPE_I32, rl, tmp);
|
||||
}
|
||||
#endif
|
||||
|
||||
/* Generate global QEMU prologue and epilogue code */
|
||||
static void tcg_target_qemu_prologue(TCGContext *s)
|
||||
|
Loading…
Reference in New Issue
Block a user