Changeset 46217 in vbox for trunk/src/VBox/Debugger/testcase
- Timestamp:
- May 22, 2013 1:02:37 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/testcase/tstDBGCStubs.cpp
r46167 r46217 303 303 return 1; 304 304 } 305 VMMR3DECL(bool) DBGFR3CpuIsIn64BitCode(PUVM pUVM, VMCPUID idCpu) 306 { 307 return false; 308 } 305 309 306 310 VMMR3DECL(int) DBGFR3CoreWrite(PUVM pUVM, const char *pszFilename, bool fReplaceFile)
Note:
See TracChangeset
for help on using the changeset viewer.