From c2eef4eac899cfa8fecc3ebc30cb4b8e8be02891 Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Sun, 15 May 2005 20:16:47 +0000 Subject: [PATCH] fix annoying log message Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2209 --- src/cpu/core_full/load.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cpu/core_full/load.h b/src/cpu/core_full/load.h index cfe87413..37d1e67d 100644 --- a/src/cpu/core_full/load.h +++ b/src/cpu/core_full/load.h @@ -427,6 +427,7 @@ l_M_Ed: goto nextopcode; case D_WAIT: case D_NOP: + goto nextopcode; case D_LOCK: /* FIXME: according to intel, LOCK should raise an exception if it's not followed by one of a small set of instructions; probably doesn't matter for our purposes as it is a pentium prefix anyhow */ LOG(LOG_CPU,LOG_NORMAL)("CPU:LOCK");