1
0
Fork 0

fix annoying log message

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2209
This commit is contained in:
Peter Veenstra 2005-05-15 20:16:47 +00:00
parent 8014ff9044
commit c2eef4eac8

View file

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