]> git.proxmox.com Git - qemu.git/blobdiff - translate-all.c
simpletrace: suppress a warning from unused variable
[qemu.git] / translate-all.c
index 24878aac5c3447a651020fdaf9443ecd99d3265d..041c1089481466e579802a41a5b0fb0491e74838 100644 (file)
@@ -43,8 +43,6 @@ uint8_t gen_opc_instr_start[OPC_BUF_SIZE];
 void cpu_gen_init(void)
 {
     tcg_context_init(&tcg_ctx); 
-    tcg_set_frame(&tcg_ctx, TCG_AREG0, offsetof(CPUState, temp_buf),
-                  CPU_TEMP_BUF_NLONGS * sizeof(long));
 }
 
 /* return non zero if the very first instruction is invalid so that