From 57fec1fee94aa9f7d2519e8c354f100fc36bc9fa Mon Sep 17 00:00:00 2001 From: bellard Date: Fri, 1 Feb 2008 10:50:11 +0000 Subject: use the TCG code generator git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3944 c046a42c-6fe2-441c-8c8c-71466251a162 --- cpu-defs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cpu-defs.h') diff --git a/cpu-defs.h b/cpu-defs.h index b581d94..6979c11 100644 --- a/cpu-defs.h +++ b/cpu-defs.h @@ -145,6 +145,7 @@ typedef struct CPUTLBEntry { /* The meaning of the MMU modes is defined in the target code. */ \ CPUTLBEntry tlb_table[NB_MMU_MODES][CPU_TLB_SIZE]; \ struct TranslationBlock *tb_jmp_cache[TB_JMP_CACHE_SIZE]; \ + long temp_buf[128]; /* buffer for temporaries in the code generator */ \ \ /* from this point: preserved by CPU reset */ \ /* ice debug support */ \ -- cgit v1.1