VirtualBox

Changeset 106472 in vbox for trunk/include


Ignore:
Timestamp:
Oct 18, 2024 11:56:27 AM (7 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
165299
Message:

Fix ancient macro typo (fortunately, not used by any code); bugref:9898 I suppose

Location:
trunk/include/iprt
Files:
2 edited

Legend:

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

    r106187 r106472  
    10041004/** Bit 18 - AM - Alignment Mask (486+). */
    10051005#define X86_CR0_AM                          RT_BIT_32(18)
    1006 #define X86_CR0_ALIGMENT_MASK               RT_BIT_32(18)
     1006#define X86_CR0_ALIGNMENT_MASK              RT_BIT_32(18)
    10071007#define X86_CR0_AM_BIT                      18
    10081008/** Bit 29 - NW - Not Write-though (486+). */
  • trunk/include/iprt/x86.mac

    r106061 r106472  
    367367%define X86_CR0_WP_BIT                      16
    368368%define X86_CR0_AM                          RT_BIT_32(18)
    369 %define X86_CR0_ALIGMENT_MASK               RT_BIT_32(18)
     369%define X86_CR0_ALIGNMENT_MASK              RT_BIT_32(18)
    370370%define X86_CR0_AM_BIT                      18
    371371%define X86_CR0_NW                          RT_BIT_32(29)
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