mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-31 14:23:53 -06:00
moved invalidate_tlb() to helper.c as a work around for gcc 3.2.2 bug - suppressed invalid tb_invalidate_page_range() calls
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2287 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
df628ff14e
commit
2ee4aed86f
3 changed files with 45 additions and 45 deletions
|
@ -149,6 +149,7 @@ void dump_sc (void);
|
|||
int cpu_mips_handle_mmu_fault (CPUState *env, target_ulong address, int rw,
|
||||
int is_user, int is_softmmu);
|
||||
void do_interrupt (CPUState *env);
|
||||
void invalidate_tlb (CPUState *env, int idx, int use_extra);
|
||||
|
||||
void cpu_loop_exit(void);
|
||||
void do_raise_exception_err (uint32_t exception, int error_code);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue