Changeset 14254 in vbox
- Timestamp:
- Nov 17, 2008 1:44:51 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 39412
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMSwitcher/AMD64andLegacy.mac
r14167 r14254 934 934 DEBUG_CHAR('9') 935 935 936 ; Clear high dword of the CPUM pointer 937 and rdx, 0ffffffffh 938 939 ; Load the CPUMCPU offset. 940 mov r8, [rdx + CPUM.ulOffCPUMCPU] 941 936 942 ; load final cr3 937 943 mov rsi, [rdx + r8 + CPUMCPU.Host.cr3]
Note:
See TracChangeset
for help on using the changeset viewer.