Changeset 52213 in vbox for trunk/src/recompiler
- Timestamp:
- Jul 28, 2014 5:52:58 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 95276
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/VBoxREMWrapper.cpp
r46493 r52213 2043 2043 { 2044 2044 RTUINTPTR Value; 2045 rc = RTLdrGetSymbolEx(g_ModREM2, g_pvREM2, (RTUINTPTR)g_pvREM2, g_aExports[i].pszName, &Value);2045 rc = RTLdrGetSymbolEx(g_ModREM2, g_pvREM2, (RTUINTPTR)g_pvREM2, UINT32_MAX, g_aExports[i].pszName, &Value); 2046 2046 AssertMsgRC(rc, ("%s rc=%Rrc\n", g_aExports[i].pszName, rc)); 2047 2047 if (RT_FAILURE(rc))
Note:
See TracChangeset
for help on using the changeset viewer.