]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tcg/i386/tcg-target.c.inc
tcg: Add tcg_out_tb_start backend hook
[mirror_qemu.git] / tcg / i386 / tcg-target.c.inc
index aed91e515e6914163ef0f8e4247b0f41eec8093f..4e47151241cc356402d009a80011bdf279d3b901 100644 (file)
@@ -4191,6 +4191,11 @@ static void tcg_target_qemu_prologue(TCGContext *s)
     tcg_out_opc(s, OPC_RET, 0, 0, 0);
 }
 
+static void tcg_out_tb_start(TCGContext *s)
+{
+    /* nothing to do */
+}
+
 static void tcg_out_nop_fill(tcg_insn_unit *p, int count)
 {
     memset(p, 0x90, count);