Replace target_cpu_clone_regs with a stub
This commit is contained in:
parent
404755cb7e
commit
96d258f523
@ -89,8 +89,7 @@ static inline void target_cpu_loop(CPUE2KState *env)
|
|||||||
|
|
||||||
static inline void target_cpu_clone_regs(CPUE2KState *env, target_ulong newsp)
|
static inline void target_cpu_clone_regs(CPUE2KState *env, target_ulong newsp)
|
||||||
{
|
{
|
||||||
if (newsp)
|
assert(0 && "target_cpu_clone_regs not implemented yet");
|
||||||
env->usd.curptr = newsp;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static inline void target_cpu_set_tls(CPUE2KState *env, target_ulong newtls)
|
static inline void target_cpu_set_tls(CPUE2KState *env, target_ulong newtls)
|
||||||
|
Loading…
Reference in New Issue
Block a user