mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
Convert exception ops to TCG
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4022 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
a3ffaf3060
commit
134d77a14b
5 changed files with 19 additions and 18 deletions
|
@ -321,7 +321,6 @@ void cpu_set_cwp(CPUSPARCState *env1, int new_cwp);
|
|||
#endif
|
||||
|
||||
int cpu_sparc_signal_handler(int host_signum, void *pinfo, void *puc);
|
||||
void raise_exception(int tt);
|
||||
void do_unassigned_access(target_phys_addr_t addr, int is_write, int is_exec,
|
||||
int is_asi);
|
||||
void cpu_check_irqs(CPUSPARCState *env);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue