VirtualBox

Changeset 16776 in vbox


Ignore:
Timestamp:
Feb 15, 2009 10:28:09 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
42835
Message:

operator precedence (gcc found this bug)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/CPUMR0.cpp

    r16121 r16776  
    267267    }
    268268
    269     Assert(pVCpu->cpum.s.fUseFlags & (CPUM_USED_FPU | CPUM_USED_FPU_SINCE_REM) == (CPUM_USED_FPU | CPUM_USED_FPU_SINCE_REM));
     269    Assert((pVCpu->cpum.s.fUseFlags & (CPUM_USED_FPU | CPUM_USED_FPU_SINCE_REM)) == (CPUM_USED_FPU | CPUM_USED_FPU_SINCE_REM));
    270270    return VINF_SUCCESS;
    271271}
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