1
0
Fork 0

Fix typo for opcode 0x29d

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1755
This commit is contained in:
Sjoerd van der Berg 2004-04-03 10:34:06 +00:00
parent dfeec430b8
commit 28deb2efa4

View file

@ -466,7 +466,7 @@ static OpCode OpCodeTable[1024]={
/* 0x298 - 0x29f */
{D_CWDE ,0 ,0 ,0 },{D_CDQ ,0 ,0 ,0 },
{L_Ifd ,O_CALLFd ,0 ,0 },{D_WAIT ,0 ,0 ,0 },
{L_FLG ,0 ,S_PUSHd,0 },{L_PFLGw ,0 ,0 ,0 },
{L_FLG ,0 ,S_PUSHd,0 },{L_PFLGd ,0 ,0 ,0 },
{L_REGb ,0 ,S_FLGb ,REGI_AH},{L_FLG ,0 ,S_REGb ,REGI_AH},
/* 0x2a0 - 0x2a7 */