mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 13:18:08 +00:00
change tabs to whitespaces...
This commit is contained in:
parent
661714d0c2
commit
1ba39a582c
1 changed files with 1 additions and 1 deletions
|
@ -8367,7 +8367,7 @@ static inline void gen_intermediate_code_internal(uint8_t *gen_opc_cc_op,
|
|||
gen_jmp_im(dc, tb->pc - tb->cs_base);
|
||||
gen_helper_hlt(tcg_ctx, tcg_ctx->cpu_env, tcg_const_i32(tcg_ctx, 0));
|
||||
dc->is_jmp = DISAS_TB_JUMP;
|
||||
pc_ptr = pc_start;
|
||||
pc_ptr = pc_start;
|
||||
goto done_generating;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue