Pass T0/T1 explicitly to helper functions, and clean up a few dyngen

leftovers.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4780 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
ths 2008-06-23 12:57:09 +00:00
parent ca88500f43
commit be24bb4f30
4 changed files with 1128 additions and 1103 deletions

View file

@ -54,7 +54,6 @@ void dump_fpu(CPUState *env);
void fpu_dump_state(CPUState *env, FILE *f,
int (*fpu_fprintf)(FILE *f, const char *fmt, ...),
int flags);
void dump_sc (void);
int cpu_mips_handle_mmu_fault (CPUState *env, target_ulong address, int rw,
int mmu_idx, int is_softmmu);