mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
Use full 36-bit physical address space on SS10
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2830 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
36ddb83bd8
commit
5dcb6b914e
18 changed files with 204 additions and 129 deletions
|
@ -290,7 +290,7 @@ void cpu_set_cwp(CPUSPARCState *env1, int new_cwp);
|
|||
|
||||
int cpu_sparc_signal_handler(int host_signum, void *pinfo, void *puc);
|
||||
void raise_exception(int tt);
|
||||
void do_unassigned_access(target_ulong addr, int is_write, int is_exec,
|
||||
void do_unassigned_access(target_phys_addr_t addr, int is_write, int is_exec,
|
||||
int is_asi);
|
||||
|
||||
#include "cpu-all.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue