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

Comparing BasiliskII/src/uae_cpu/compiler/codegen_x86.cpp (file contents):
Revision 1.17 by gbeauche, 2003-03-21T19:12:44Z vs.
Revision 1.18 by gbeauche, 2003-06-03T09:01:03Z

# Line 1120 | Line 1120 | LENDFUNC(NONE,NONE,2,raw_xchg_l_rr,(RW4
1120  
1121   LOWFUNC(READ,WRITE,0,raw_pushfl,(void))
1122   {
1123 <        PUSHFD();
1123 >        PUSHF();
1124   }
1125   LENDFUNC(READ,WRITE,0,raw_pushfl,(void))
1126  
1127   LOWFUNC(WRITE,READ,0,raw_popfl,(void))
1128   {
1129 <        POPFD();
1129 >        POPF();
1130   }
1131   LENDFUNC(WRITE,READ,0,raw_popfl,(void))
1132  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines