Changeset 38325 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Aug 5, 2011 2:11:58 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 73341
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified 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.