mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 08:18:30 +00:00
m68k/translate: Remove commented out code in m68k_tcg_init()
This isn't even in the main qemu repo, so we can get rid of this.
This commit is contained in:
parent
a0a846a5d7
commit
a61df86ef5
1 changed files with 0 additions and 2 deletions
|
@ -57,8 +57,6 @@ void m68k_tcg_init(struct uc_struct *uc)
|
|||
#undef DEFO32
|
||||
#undef DEFO64
|
||||
|
||||
// tcg_ctx->QREG_FP_RESULT = tcg_global_mem_new_i64(tcg_ctx, tcg_ctx->cpu_env, offsetof(CPUM68KState, fp_result), "FP_RESULT");
|
||||
|
||||
tcg_ctx->cpu_halted = tcg_global_mem_new_i32(tcg_ctx, tcg_ctx->cpu_env,
|
||||
0-offsetof(M68kCPU, env) +
|
||||
offsetof(CPUState, halted), "HALTED");
|
||||
|
|
Loading…
Reference in a new issue