mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 02:24:58 -06:00
correct handling of saved host registers
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1122 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
b8b5ac6376
commit
0d1a29f9fc
7 changed files with 129 additions and 47 deletions
|
@ -165,4 +165,12 @@ void dump_store_dbat (int ul, int nr);
|
|||
void dump_store_tb (int ul);
|
||||
void dump_update_tb(uint32_t param);
|
||||
|
||||
static inline void env_to_regs(void)
|
||||
{
|
||||
}
|
||||
|
||||
static inline void regs_to_env(void)
|
||||
{
|
||||
}
|
||||
|
||||
#endif /* !defined (__PPC_H__) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue