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:
Lioncash 2018-10-06 02:41:01 -04:00
parent a0a846a5d7
commit a61df86ef5
No known key found for this signature in database
GPG key ID: 4E3C3CC1031BA9C7

View file

@ -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");