diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-05-28 12:30:31 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-05-28 12:30:31 +0000 |
commit | 26a5f13b8eb1281d0552fe323e869806f3cefbfb (patch) | |
tree | 6b5d393ea5fba9a28e651dc908f4a3ba9b8ebc32 /target-i386 | |
parent | bed5cc520707ba4382444c4fb2afd428df080e6c (diff) |
variable dynamic translation buffer size
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4600 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-i386')
-rw-r--r-- | target-i386/cpu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target-i386/cpu.h b/target-i386/cpu.h index f23a782dd6..364485e008 100644 --- a/target-i386/cpu.h +++ b/target-i386/cpu.h @@ -723,6 +723,8 @@ static inline int cpu_mmu_index (CPUState *env) return (env->hflags & HF_CPL_MASK) == 3 ? 1 : 0; } +void optimize_flags_init(void); + typedef struct CCTable { int (*compute_all)(void); /* return all the flags */ int (*compute_c)(void); /* return the C flag */ |