Changeset 63405 in vbox for trunk/src/recompiler/VBoxREMWrapper.cpp
- Timestamp:
- Aug 12, 2016 8:59:56 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/VBoxREMWrapper.cpp
r62287 r63405 337 337 /** Loader handle of the REM object/DLL. */ 338 338 static RTLDRMOD g_ModREM2 = NIL_RTLDRMOD; 339 # ifdef VBOX_USE_BITNESS_SELECTOR 339 340 /** Pointer to the memory containing the loaded REM2 object/DLL. */ 340 341 static void *g_pvREM2 = NULL; 341 342 /** The size of the memory g_pvREM2 is pointing to. */ 342 343 static size_t g_cbREM2 = 0; 344 # endif 343 345 # ifdef VBOX_WITHOUT_REM_LDR_CYCLE 344 346 /** Loader handle of the VBoxVMM DLL. */
Note:
See TracChangeset
for help on using the changeset viewer.