Lazy flags code now handles carry flag.
This commit is contained in:
parent
b4592cdea3
commit
ea5e96569d
8 changed files with 147 additions and 189 deletions
|
|
@ -1212,7 +1212,6 @@ void exec386(int cycs)
|
|||
// fatal("Dead with cache off\n");
|
||||
if (!abrt)
|
||||
{
|
||||
tempc = CF_SET();
|
||||
trap = flags & T_FLAG;
|
||||
opcode = fetchdat & 0xFF;
|
||||
fetchdat >>= 8;
|
||||
|
|
@ -1348,7 +1347,6 @@ inrecomp=0;
|
|||
// fatal("Dead\n");
|
||||
if (!abrt)
|
||||
{
|
||||
tempc = CF_SET();
|
||||
trap = flags & T_FLAG;
|
||||
opcode = fetchdat & 0xFF;
|
||||
fetchdat >>= 8;
|
||||
|
|
|
|||
Loading…
Reference in a new issue