mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
variable dynamic translation buffer size
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4600 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
bed5cc5207
commit
26a5f13b8e
7 changed files with 88 additions and 54 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue