diff m68k_core.c @ 2225:e22137f0aca4

Fix some 68K exception processing cycle times
author Michael Pavone <pavone@retrodev.com>
date Mon, 05 Sep 2022 01:15:15 -0700
parents d8b0244101c4
children 31fc1186ffbb
line wrap: on
line diff
--- a/m68k_core.c	Mon Sep 05 00:49:03 2022 -0700
+++ b/m68k_core.c	Mon Sep 05 01:15:15 2022 -0700
@@ -363,7 +363,6 @@
 static void translate_m68k_illegal(m68k_options *opts, m68kinst *inst)
 {
 	code_info *code = &opts->gen.code;
-	cycles(&opts->gen, BUS);
 	ldi_native(opts, VECTOR_ILLEGAL_INST, opts->gen.scratch2);
 	ldi_native(opts, inst->address, opts->gen.scratch1);
 	jmp(code, opts->trap);