VirtualBox

Changeset 15187 in vbox


Ignore:
Timestamp:
Dec 9, 2008 3:51:44 PM (16 years ago)
Author:
vboxsync
Message:

Compile fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMSwitcher/LegacyandAMD64.mac

    r15186 r15187  
    260260    mov     cr0, rcx                    ; and restore old CR0 again
    261261   
    262     and     [rdx + CPUMCPU.fUseFlags], ~CPUM_SYNC_FPU_STATE
     262    and     dword [rdx + CPUMCPU.fUseFlags], ~CPUM_SYNC_FPU_STATE
    263263
    264264gth_fpu_no:
     
    278278    mov dr6, rax    ; not required for AMD-V
    279279
    280     and     [rdx + CPUMCPU.fUseFlags], ~CPUM_SYNC_DEBUG_STATE
     280    and     dword [rdx + CPUMCPU.fUseFlags], ~CPUM_SYNC_DEBUG_STATE
    281281
    282282gth_debug_no:
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