]> git.proxmox.com Git - qemu.git/commitdiff
tcg: Remove temp_buf
authorRichard Henderson <rth@twiddle.net>
Thu, 18 Apr 2013 17:20:47 +0000 (19:20 +0200)
committerRichard Henderson <rth@twiddle.net>
Mon, 15 Jul 2013 20:16:20 +0000 (13:16 -0700)
All targets have been converted to allocating space for temporaries
on the stack.  No need to allocate space within the CPU_COMMON block.

Signed-off-by: Richard Henderson <rth@twiddle.net>
include/exec/cpu-defs.h

index 39094b3f48fa2516230c9763aa954eff4b75a7db..5321171cefb6b38c148e01e81f2cbd07cab38fe9 100644 (file)
@@ -154,8 +154,6 @@ typedef struct CPUWatchpoint {
                                      memory was accessed */             \
     CPU_COMMON_TLB                                                      \
     struct TranslationBlock *tb_jmp_cache[TB_JMP_CACHE_SIZE];           \
-    /* buffer for temporaries in the code generator */                  \
-    long temp_buf[CPU_TEMP_BUF_NLONGS];                                 \
                                                                         \
     int64_t icount_extra; /* Instructions until next timer event.  */   \
     /* Number of cycles left, with interrupt flag in high bit.          \