mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
target/sh4: Drop check for singlestep_enabled
GDB single-stepping is now handled generically. Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
2df7a3618a
commit
52df5adce9
3 changed files with 3 additions and 17 deletions
|
@ -81,11 +81,6 @@ void helper_raise_slot_fpu_disable(CPUSH4State *env)
|
|||
raise_exception(env, 0x820, 0);
|
||||
}
|
||||
|
||||
void helper_debug(CPUSH4State *env)
|
||||
{
|
||||
raise_exception(env, EXCP_DEBUG, 0);
|
||||
}
|
||||
|
||||
void helper_sleep(CPUSH4State *env)
|
||||
{
|
||||
CPUState *cs = env_cpu(env);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue