On 06/07/2017 02:20 PM, Aurelien Jarno wrote:
if (ctx->singlestep_enabled) gen_helper_debug(cpu_env); - tcg_gen_exit_tb(0); + tcg_gen_lookup_and_goto_ptr(cpu_pc);
That really should be an else for that if, since helper_debug doesn't return. r~
On 06/07/2017 02:20 PM, Aurelien Jarno wrote:
if (ctx->singlestep_enabled) gen_helper_debug(cpu_env); - tcg_gen_exit_tb(0); + tcg_gen_lookup_and_goto_ptr(cpu_pc);
That really should be an else for that if, since helper_debug doesn't return. r~