- Timestamp:
- Feb 19, 2015 7:51:40 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/sup.h
r54308 r54309 455 455 * as volatile. Thus, there is no PCSUPGLOBALINFOPAGE type. 456 456 */ 457 #if def IN_SUP_R3457 #if defined(IN_SUP_R3) || defined(IN_SUP_R0) 458 458 extern DECLEXPORT(PSUPGLOBALINFOPAGE) g_pSUPGlobalInfoPage; 459 459 … … 465 465 # define g_pSUPGlobalInfoPage (&g_SUPGlobalInfoPage) 466 466 # else 467 # define g_pSUPGlobalInfoPage ( SUPGetGIPHlp())467 # define g_pSUPGlobalInfoPage (KBUILD_DEVTOOLS_HST()) 468 468 /** Workaround for ELF+GCC problem on 64-bit hosts. 469 469 * (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.