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

Comparing BasiliskII/src/uae_cpu/readcpu.cpp (file contents):
Revision 1.6 by gbeauche, 2002-10-02T15:55:09Z vs.
Revision 1.7 by gbeauche, 2002-10-03T15:05:01Z

# Line 786 | Line 786 | void read_table68k (void)
786                  ||      (table68k[opc].mnemo == i_BSR) \
787                  )
788  
789 +                // Precise const jumps as such. The JIT compiler will take
790 +                // care to actually enable that optimization or not
791 +                if (IS_CONST_JUMP(i))
792 +                        table68k[i].cflow |= fl_const_jump;
793 +
794                  // Fix flags used information for Scc, Bcc, TRAPcc, DBcc instructions
795                  int flags_used = table68k[i].flaglive;
796                  if      (       (mnemo == i_Scc)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines