Changeset 14653 in vbox for trunk/src/VBox/VMM/VMMSwitcher
- Timestamp:
- Nov 26, 2008 4:54:05 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 39959
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMSwitcher/32BitToAMD64.asm
r14301 r14653 168 168 mov eax, cr0 169 169 mov [edx + CPUMCPU.Host.cr0], eax 170 ;mov eax, cr2 ; assume host os don't stuff things in cr2. (safe) 171 ;mov [edx + CPUMCPU.Host.cr2], eax 170 ;Skip cr2; assume host os don't stuff things in cr2. (safe) 172 171 mov eax, cr3 173 172 mov [edx + CPUMCPU.Host.cr3], eax
Note:
See TracChangeset
for help on using the changeset viewer.