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

Comparing BasiliskII/src/uae_cpu/compiler/compemu_fpp.cpp (file contents):
Revision 1.3 by gbeauche, 2002-10-03T16:13:46Z vs.
Revision 1.4 by gbeauche, 2003-03-21T19:12:44Z

# Line 639 | Line 639 | void comp_ftrapcc_opp (uae_u32 opcode, u
639      return;
640   }
641  
642 extern unsigned long foink3, oink;
643
642   void comp_fbcc_opp (uae_u32 opcode)
643   {
644      uae_u32 start_68k_offset=m68k_pc_offset;
# Line 677 | Line 675 | void comp_fbcc_opp (uae_u32 opcode)
675      v2=get_const(S1);
676      fflags_into_flags(S2);
677  
680    // mov_l_mi((uae_u32)&foink3,cc);
678      switch(cc) {  
679       case 0: break;  /* jump never */
680       case 1:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines