VirtualBox

Changeset 102155 in vbox for trunk


Ignore:
Timestamp:
Nov 20, 2023 3:22:19 PM (15 months ago)
Author:
vboxsync
Message:

include/VBox/ostypes.h: Fix platform architecture mask, VBOXOSTYPE_WinNT3x was already using one bit of the retrofitted mask. bugref:10384

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/ostypes.h

    r101687 r102155  
    293293     * @{ */
    294294    /** Mask containing the architecture value. */
    295     VBOXOSTYPE_ArchitectureMask = 0x00f00,
     295    VBOXOSTYPE_ArchitectureMask = 0x00700,
    296296    /** Architecture value for 16-bit and 32-bit x86. */
    297297    VBOXOSTYPE_x86              = 0x00000,
     
    303303    VBOXOSTYPE_arm64            = 0x00300,
    304304    /** Architecture value for unknown or unsupported architectures. */
    305     VBOXOSTYPE_UnknownArch      = 0x00f00,
     305    VBOXOSTYPE_UnknownArch      = 0x00700,
    306306    /** @} */
    307307
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