Changeset 63422 in vbox for trunk/src/recompiler
- Timestamp:
- Aug 13, 2016 9:57:58 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/VBoxREMWrapper.cpp
r63405 r63422 337 337 /** Loader handle of the REM object/DLL. */ 338 338 static RTLDRMOD g_ModREM2 = NIL_RTLDRMOD; 339 # if def VBOX_USE_BITNESS_SELECTOR339 # ifndef VBOX_USE_BITNESS_SELECTOR 340 340 /** Pointer to the memory containing the loaded REM2 object/DLL. */ 341 341 static void *g_pvREM2 = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.