VirtualBox

Ignore:
Timestamp:
May 1, 2025 1:31:56 AM (11 days ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
168680
Message:

IPRT/r0drv: Build adjustments for darwin.arm64. jiraref:VBP-1653

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/darwin/memuserkernel-r0drv-darwin.cpp

    r106061 r109128  
    4646#if defined(RT_ARCH_AMD64) || defined(RT_ARCH_X86)
    4747# include <iprt/asm-amd64-x86.h>
     48#else
     49# include <iprt/thread.h>
    4850#endif
    4951#include <iprt/errcore.h>
     
    9698    return (uintptr_t)pv >= UINT64_C(0xffff800000000000);
    9799
     100#elif defined(RT_ARCH_ARM64)
     101    return (uintptr_t)pv >= UINT64_C(0xfff0000000000000); /** @todo get the actual size. this is the max. */
     102
    98103#else
    99104# error "PORTME"
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