Changeset 16933 in vbox for trunk/src/recompiler
- Timestamp:
- Feb 18, 2009 11:42:57 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 43082
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/VBoxREMWrapper.cpp
r15520 r16933 1841 1841 */ 1842 1842 strcpy(&szPath[offFilename], "/VBoxREM2.rel"); 1843 rc = RTLdrOpen(szPath, &g_ModREM2);1843 rc = RTLdrOpen(szPath, 0, RTLDRARCH_HOST, &g_ModREM2); 1844 1844 if (RT_SUCCESS(rc)) 1845 1845 {
Note:
See TracChangeset
for help on using the changeset viewer.