Changeset 15303 in vbox for trunk/src/recompiler_new
- Timestamp:
- Dec 11, 2008 1:31:00 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 40726
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler_new/VBoxREMWrapper.cpp
r15300 r15303 1953 1953 size_t offFilename; 1954 1954 char szPath[RTPATH_MAX]; 1955 bool use64 = true;1955 bool use64 = (VMR3GetGuestBitness(pVM) == 64); 1956 1956 int rc = RTPathAppPrivateArch(szPath, sizeof(szPath) - 32); 1957 1957 AssertRCReturn(rc, rc);
Note:
See TracChangeset
for help on using the changeset viewer.