VirtualBox

Changeset 21946 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Aug 3, 2009 3:32:17 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
50632
Message:

AMD64andLegacy.mac: CPUM.ulOffCPUMCPU is 32-bit.

File:
1 edited

Legend:

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

    r21944 r21946  
    200200BEGINPROC vmmR0HostToGuestAsm
    201201    ;; Store the offset from CPUM to CPUMCPU in r8
    202     mov     r8, [rdx + CPUM.ulOffCPUMCPU]
     202    mov     r8d, [rdx + CPUM.ulOffCPUMCPU]
    203203
    204204    ;;
     
    947947    mov     rdx, [NAME(pCpumHC) wrt rip]
    948948    ; Load the CPUMCPU offset.
    949     mov     r8, [rdx + CPUM.ulOffCPUMCPU]
     949    mov     r8d, [rdx + CPUM.ulOffCPUMCPU]
    950950
    951951    ; activate host gdt and idt
Note: See TracChangeset for help on using the changeset viewer.

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