- Timestamp:
- Sep 2, 2010 4:20:33 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/DBGFCoreWrite.cpp
r32217 r32218 238 238 * @remarks The VM must be suspended before calling this function. 239 239 */ 240 static DECLCALLBACK( int) dbgfR3CoreWrite(PVM pVM, PVMCPU pVCpu, void *pvData)240 static DECLCALLBACK(VBOXSTRICTRC) dbgfR3CoreWrite(PVM pVM, PVMCPU pVCpu, void *pvData) 241 241 { 242 242 /*
Note:
See TracChangeset
for help on using the changeset viewer.