VirtualBox

Changeset 31079 in vbox


Ignore:
Timestamp:
Jul 24, 2010 5:25:14 PM (15 years ago)
Author:
vboxsync
Message:

spaces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp

    r31060 r31079  
    526526     * of math stuff.
    527527     */
    528     if (    (cr0                 & (X86_CR0_TS | X86_CR0_EM | X86_CR0_MP))
     528    if (    (cr0                     & (X86_CR0_TS | X86_CR0_EM | X86_CR0_MP))
    529529        !=  (pVCpu->cpum.s.Guest.cr0 & (X86_CR0_TS | X86_CR0_EM | X86_CR0_MP)))
    530530    {
     
    561561             */
    562562            uint32_t HyperCR0 = ASMGetCR0();
    563             AssertMsg(     (HyperCR0             & (X86_CR0_TS | X86_CR0_EM | X86_CR0_MP))
     563            AssertMsg(     (HyperCR0                 & (X86_CR0_TS | X86_CR0_EM | X86_CR0_MP))
    564564                      ==   (pVCpu->cpum.s.Guest.cr0  & (X86_CR0_TS | X86_CR0_EM | X86_CR0_MP)),
    565565                      ("%#x %#x\n", HyperCR0, pVCpu->cpum.s.Guest.cr0));
     
    576576     * The caller is responsible for calling PGM when appropriate.
    577577     */
    578     if (    (cr0                 & (X86_CR0_PG | X86_CR0_WP | X86_CR0_PE))
     578    if (    (cr0                     & (X86_CR0_PG | X86_CR0_WP | X86_CR0_PE))
    579579        !=  (pVCpu->cpum.s.Guest.cr0 & (X86_CR0_PG | X86_CR0_WP | X86_CR0_PE)))
    580580        pVCpu->cpum.s.fChanged |= CPUM_CHANGED_GLOBAL_TLB_FLUSH;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette