mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
kill regs_to_env and env_to_regs
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
baee019f64
commit
49a945a3c0
12 changed files with 0 additions and 99 deletions
|
@ -47,14 +47,4 @@ static inline int cpu_halted(CPUState *env) {
|
|||
#include "softmmu_exec.h"
|
||||
#endif
|
||||
|
||||
static inline void regs_to_env(void)
|
||||
{
|
||||
/* XXXXX */
|
||||
}
|
||||
|
||||
static inline void env_to_regs(void)
|
||||
{
|
||||
/* XXXXX */
|
||||
}
|
||||
|
||||
#endif /* _EXEC_SH4_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue