mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 09:13:55 -06:00
Fix Sparc host compile problem reported by Shaddy Baddah
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3750 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
ad8efe4b6e
commit
2d8ee4e719
3 changed files with 31 additions and 0 deletions
|
@ -138,3 +138,9 @@ void helper_mtpr (int iprn);
|
|||
void helper_ld_phys_to_virt (void);
|
||||
void helper_st_phys_to_virt (void);
|
||||
void helper_tb_flush (void);
|
||||
|
||||
#if defined(HOST_SPARC) || defined(HOST_SPARC64)
|
||||
void helper_reset_FT0 (void);
|
||||
void helper_reset_FT1 (void);
|
||||
void helper_reset_FT2 (void);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue