ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/uae_cpu/gencpu.c
(Generate patch)

Comparing BasiliskII/src/uae_cpu/gencpu.c (file contents):
Revision 1.15 by gbeauche, 2001-08-19T16:21:01Z vs.
Revision 1.16 by gbeauche, 2002-01-06T08:21:09Z

# Line 2017 | Line 2017 | static void gen_opcode (unsigned long in
2017              break;
2018           case i_BFINS:
2019              printf ("\ttmp = m68k_dreg(regs, (extra >> 12) & 7);\n");
2020 +            printf ("\tSET_NFLG (tmp & (1 << (width - 1)) ? 1 : 0);\n");
2021 +            printf ("\tSET_ZFLG (tmp == 0);\n");
2022              break;
2023           default:
2024              break;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines