mirror of
https://github.com/mii443/qemu.git
synced 2025-12-12 05:18:37 +00:00
Fix enough FPU/R2 support to get 24Kf going.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2528 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
@@ -152,6 +152,7 @@ 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);
|
||||
void do_raise_exception (uint32_t exception);
|
||||
void do_raise_exception_direct_err (uint32_t exception, int error_code);
|
||||
void do_raise_exception_direct (uint32_t exception);
|
||||
|
||||
void cpu_dump_state(CPUState *env, FILE *f,
|
||||
|
||||
Reference in New Issue
Block a user