VirtualBox

Changeset 54309 in vbox for trunk


Ignore:
Timestamp:
Feb 19, 2015 7:51:40 PM (10 years ago)
Author:
vboxsync
Message:

build fix

File:
1 edited

Legend:

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

    r54308 r54309  
    455455 *          as volatile. Thus, there is no PCSUPGLOBALINFOPAGE type.
    456456 */
    457 #ifdef IN_SUP_R3
     457#if defined(IN_SUP_R3) || defined(IN_SUP_R0)
    458458extern DECLEXPORT(PSUPGLOBALINFOPAGE)   g_pSUPGlobalInfoPage;
    459459
     
    465465#  define g_pSUPGlobalInfoPage          (&g_SUPGlobalInfoPage)
    466466# else
    467 #  define g_pSUPGlobalInfoPage          (SUPGetGIPHlp())
     467#  define g_pSUPGlobalInfoPage          (KBUILD_DEVTOOLS_HST())
    468468/** Workaround for ELF+GCC problem on 64-bit hosts.
    469469 * (GCC emits a mov with a R_X86_64_32 reloc, we need R_X86_64_64.) */
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