/[qemu]/qemu/vl.c
ViewVC logotype

Diff of /qemu/vl.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.123 by bellard, Sun Mar 13 09:43:36 2005 UTC revision 1.124 by bellard, Sun Mar 13 16:59:37 2005 UTC
# Line 2271  int cpu_load(QEMUFile *f, void *opaque, Line 2271  int cpu_load(QEMUFile *f, void *opaque,
2271      }      }
2272    
2273      env->fpuc = fpuc;      env->fpuc = fpuc;
2274        /* XXX: restore FPU round state */
2275      env->fpstt = (fpus >> 11) & 7;      env->fpstt = (fpus >> 11) & 7;
2276      env->fpus = fpus & ~0x3800;      env->fpus = fpus & ~0x3800;
2277      fptag ^= 0xff;      fptag ^= 0xff;

Legend:
Removed from v.1.123  
changed lines
  Added in v.1.124

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26