Changeset 21946 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Aug 3, 2009 3:32:17 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 50632
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMSwitcher/AMD64andLegacy.mac
r21944 r21946 200 200 BEGINPROC vmmR0HostToGuestAsm 201 201 ;; Store the offset from CPUM to CPUMCPU in r8 202 mov r8 , [rdx + CPUM.ulOffCPUMCPU]202 mov r8d, [rdx + CPUM.ulOffCPUMCPU] 203 203 204 204 ;; … … 947 947 mov rdx, [NAME(pCpumHC) wrt rip] 948 948 ; Load the CPUMCPU offset. 949 mov r8 , [rdx + CPUM.ulOffCPUMCPU]949 mov r8d, [rdx + CPUM.ulOffCPUMCPU] 950 950 951 951 ; activate host gdt and idt
Note:
See TracChangeset
for help on using the changeset viewer.