···17301730/*
17311731 * Generate code for the slow path for a load at the end of block
17321732 */
17331733-static void tcg_out_qemu_ld_slow_path(TCGContext *s, TCGLabelQemuLdst *l)
17331733+static bool tcg_out_qemu_ld_slow_path(TCGContext *s, TCGLabelQemuLdst *l)
17341734{
17351735 TCGMemOpIdx oi = l->oi;
17361736 TCGMemOp opc = get_memop(oi);
···1809180918101810 /* Jump to the code corresponding to next IR of qemu_st */
18111811 tcg_out_jmp(s, l->raddr);
18121812+ return true;
18121813}
1813181418141815/*
18151816 * Generate code for the slow path for a store at the end of block
18161817 */
18171817-static void tcg_out_qemu_st_slow_path(TCGContext *s, TCGLabelQemuLdst *l)
18181818+static bool tcg_out_qemu_st_slow_path(TCGContext *s, TCGLabelQemuLdst *l)
18181819{
18191820 TCGMemOpIdx oi = l->oi;
18201821 TCGMemOp opc = get_memop(oi);
···18771878 /* "Tail call" to the helper, with the return address back inline. */
18781879 tcg_out_push(s, retaddr);
18791880 tcg_out_jmp(s, qemu_st_helpers[opc & (MO_BSWAP | MO_SIZE)]);
18811881+ return true;
18801882}
18811883#elif TCG_TARGET_REG_BITS == 32
18821884# define x86_guest_base_seg 0