Added a missing break. Saves lot's of debug messages :)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1822
This commit is contained in:
parent
56de26f7df
commit
0cfdcda3b1
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
/* $Id: fpu.cpp,v 1.19 2004-04-01 08:57:33 qbix79 Exp $ */
|
||||
/* $Id: fpu.cpp,v 1.20 2004-06-10 19:31:20 qbix79 Exp $ */
|
||||
|
||||
#include "dosbox.h"
|
||||
#if C_FPU
|
||||
|
@ -423,6 +423,7 @@ void FPU_ESC2_Normal(Bitu rm) {
|
|||
LOG(LOG_FPU,LOG_WARN)("ESC 2:Unhandled group %d subfunction %d",group,sub);
|
||||
break;
|
||||
}
|
||||
break;
|
||||
default:
|
||||
LOG(LOG_FPU,LOG_WARN)("ESC 2:Unhandled group %d subfunction %d",group,sub);
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue