VirtualBox

Changeset 16134 in vbox for trunk/src


Ignore:
Timestamp:
Jan 21, 2009 12:46:29 PM (16 years ago)
Author:
vboxsync
Message:

Corrected data64 check; only 64 bits code can restore xmm8-15

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler_new/target-i386/op_helper.c

    r16130 r16134  
    59835983    CPU86_LDouble tmp;
    59845984    uint8_t *addr;
    5985     int data64 = !!(env->hflags & HF_LMA_MASK);
     5985    int data64 = !!(env->hflags & HF_CS64_MASK);
    59865986
    59875987    if (env->cpuid_features & CPUID_FXSR)
     
    60616061    CPU86_LDouble tmp;
    60626062    uint8_t *addr;
    6063     int data64 = !!(env->hflags & HF_LMA_MASK);
     6063    int data64 = !!(env->hflags & HF_CS64_MASK);
    60646064
    60656065    if (env->cpuid_features & CPUID_FXSR)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette