Fix BTRd instruction, missed a break;
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1573
This commit is contained in:
parent
d227299bc1
commit
a3bbaacb51
1 changed files with 1 additions and 0 deletions
|
@ -586,6 +586,7 @@ switch (inst.code.op) {
|
|||
FillFlags();
|
||||
SETFLAGBIT(CF,(inst.op1.d & (1 << (inst.op2.d & 31))));
|
||||
inst.op1.d&=~(1 << (inst.op2.d & 31));
|
||||
break;
|
||||
case O_BSWAP:
|
||||
BSWAP(inst.op1.d);
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue