mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
SPARC merge
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1179 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
9772c73bbc
commit
e80cfcfc88
37 changed files with 4507 additions and 1155 deletions
|
@ -40,6 +40,9 @@ void do_interrupt(int intno, int is_int, int error_code,
|
|||
void raise_exception_err(int exception_index, int error_code);
|
||||
void raise_exception(int tt);
|
||||
void memcpy32(uint32_t *dst, const uint32_t *src);
|
||||
uint32_t mmu_probe(uint32_t address, int mmulev);
|
||||
void dump_mmu(void);
|
||||
void helper_debug();
|
||||
|
||||
/* XXX: move that to a generic header */
|
||||
#if !defined(CONFIG_USER_ONLY)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue