e2k: remove unused break_restore_state

This commit is contained in:
Denis Drakhnia 2024-01-15 16:44:46 +02:00
parent 74976dffcf
commit a3ede2fce9
2 changed files with 0 additions and 7 deletions

View File

@ -344,9 +344,3 @@ bool e2k_cpu_tlb_fill(CPUState *cs, vaddr address, int size,
cs->exception_index = E2K_EXCP_DATA_PAGE;
cpu_loop_exit_restore(cs, retaddr);
}
void HELPER(break_restore_state)(CPUE2KState *env)
{
e2k_proc_return(env, true);
env->is_bp = false;
}

View File

@ -2,7 +2,6 @@
#define vec i128
DEF_HELPER_2(raise_exception, noreturn, env, int)
DEF_HELPER_1(break_restore_state, void, env)
#ifdef CONFIG_USER_ONLY
DEF_HELPER_1(expand_stacks, void, env)
#endif