VirtualBox

Changeset 106597 in vbox


Ignore:
Timestamp:
Oct 23, 2024 12:53:16 AM (5 weeks ago)
Author:
vboxsync
Message:

IPRT/zero.cpp: The guard around g_abRTZeroPage must match those in the header. jiraref:VBP-1171

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/misc/zero.cpp

    r106061 r106597  
    4444#include <iprt/zero.h>
    4545
     46#if !defined(RT_ARCH_ARM64) && !defined(RT_OS_LINUX)
    4647uint8_t const   g_abRTZeroPage[PAGE_SIZE] = { 0 };
     48#endif
    4749uint8_t const   g_abRTZero4K[_4K] = { 0 };
    4850uint8_t const   g_abRTZero8K[_8K] = { 0 };
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