VirtualBox

Changeset 107210 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Dec 2, 2024 10:42:40 AM (7 weeks ago)
Author:
vboxsync
Message:

IPRT/timesup.cpp: Build fix for solaris.sparc*. jiraref:VBP-1466

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/time/timesup.cpp

    r107192 r107210  
    6464*   Defined Constants And Macros                                                                                                 *
    6565*********************************************************************************************************************************/
    66 #ifdef IN_RING3
     66#if defined(IN_RING3) && !defined(IN_GUEST) && !defined(RT_NO_GIP)
    6767# if defined(RT_ARCH_AMD64) || defined(RT_ARCH_X86)
    6868#  define APPLICABLE_GET_CPU_FLAGS       (  SUPGIPGETCPU_APIC_ID \
     
    7777#  error "port me"
    7878# endif
    79 #endif /* IN_RING3 */
     79#endif /* IN_RING3 && !IN_GUEST && !RT_NO_GIP */
    8080
    8181
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