Changeset 38325 in vbox for trunk/src/VBox/Runtime/testcase
- Timestamp:
- Aug 5, 2011 2:11:58 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstLdrObj.cpp
r35346 r38325 57 57 extern "C" DECLEXPORT(int) Entrypoint(void) 58 58 { 59 g_VM.fR awR0Enabled = true;60 g_VM.fR awR3Enabled = true;59 g_VM.fRecompileSupervisor = false; 60 g_VM.fRecompileUser = false; 61 61 g_VM.fGlobalForcedActions = 0; 62 62 strcpy(achBss, szStr2);
Note:
See TracChangeset
for help on using the changeset viewer.