VirtualBox

Changeset 16130 in vbox


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

Fixed xmm8-15 syncing.

File:
1 edited

Legend:

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

    r15903 r16130  
    59765976#define stl(a,b) *(uint32_t *)(a) = (uint32_t)(b)
    59775977#define stq(a,b) *(uint64_t *)(a) = (uint64_t)(b)
    5978 #define data64 0
    59795978
    59805979//*****************************************************************************
     
    59845983    CPU86_LDouble tmp;
    59855984    uint8_t *addr;
     5985    int data64 = !!(env->hflags & HF_LMA_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);
    60636064
    60646065    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