VirtualBox

Ignore:
Timestamp:
Nov 11, 2024 9:51:28 AM (3 months ago)
Author:
vboxsync
Message:

VBoxDTrace,VMM,IPRT: Made the ring-0 component of the DTrace extension pack compile on win.arm64. jiraref:VBP-1447

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ExtPacks/VBoxDTrace/include/VBoxDTraceTypes.h

    r106061 r106921  
    130130# endif
    131131# if !defined(_LITTLE_ENDIAN) || (!defined(RT_OS_SOLARIS) && !defined(RT_OS_FREEBSD))
     132#  define _LITTLE_ENDIAN            1
     133# endif
     134
     135#elif defined(RT_ARCH_ARM64)
     136# ifndef _LP64
     137#  define _LP64                     1
     138# endif
     139# if !defined(_LITTLE_ENDIAN)
    132140#  define _LITTLE_ENDIAN            1
    133141# endif
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