- Timestamp:
- Jun 18, 2021 2:10:10 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 145233
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMR0A.asm
r87755 r89780 310 310 shl rdx, 32 311 311 or rdx, rax 312 mov [r8 + VMXRESTOREHOST.uHostFSBase], r ax312 mov [r8 + VMXRESTOREHOST.uHostFSBase], rdx 313 313 314 314 mov ecx, MSR_K8_GS_BASE … … 316 316 shl rdx, 32 317 317 or rdx, rax 318 mov [r8 + VMXRESTOREHOST.uHostGSBase], r ax318 mov [r8 + VMXRESTOREHOST.uHostGSBase], rdx 319 319 320 320 %ifdef ASM_CALL64_MSC
Note:
See TracChangeset
for help on using the changeset viewer.