VirtualBox

Changeset 54862 in vbox for trunk/include


Ignore:
Timestamp:
Mar 20, 2015 10:03:23 AM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
99072
Message:

Corrected x86.h/mac typo.

Location:
trunk/include/iprt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/x86.h

    r54738 r54862  
    803803/** Bit 8 - PCE - Performance-Monitoring Counter Enable. */
    804804#define X86_CR4_PCE                         RT_BIT(8)
    805 /** Bit 9 - OSFSXR - Operating System Support for FXSAVE and FXRSTORE instruction. */
    806 #define X86_CR4_OSFSXR                      RT_BIT(9)
     805/** Bit 9 - OSFXSR - Operating System Support for FXSAVE and FXRSTORE instructions. */
     806#define X86_CR4_OSFXSR                      RT_BIT(9)
    807807/** Bit 10 - OSXMMEEXCPT - Operating System Support for Unmasked SIMD Floating-Point Exceptions. */
    808808#define X86_CR4_OSXMMEEXCPT                 RT_BIT(10)
  • trunk/include/iprt/x86.mac

    r53626 r54862  
    228228%define X86_CR4_PGE                         RT_BIT(7)
    229229%define X86_CR4_PCE                         RT_BIT(8)
    230 %define X86_CR4_OSFSXR                      RT_BIT(9)
     230%define X86_CR4_OSFXSR                      RT_BIT(9)
    231231%define X86_CR4_OSXMMEEXCPT                 RT_BIT(10)
    232232%define X86_CR4_VMXE                        RT_BIT(13)
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