VirtualBox

Changeset 14653 in vbox for trunk/src/VBox/VMM/VMMSwitcher


Ignore:
Timestamp:
Nov 26, 2008 4:54:05 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
39959
Message:

Switcher updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMSwitcher/32BitToAMD64.asm

    r14301 r14653  
    168168    mov     eax, cr0
    169169    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)
    172171    mov     eax, cr3
    173172    mov     [edx + CPUMCPU.Host.cr3], eax
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