Changeset 44404 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Jan 27, 2013 11:22:15 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/DBGF.cpp
r44403 r44404 138 138 { 139 139 PUVM pUVM = pVM->pUVM; 140 AssertCompile(sizeof(pUVM->dbgf.s) <= sizeof(pUVM->dbgf.padding)); 141 AssertCompile(sizeof(pUVM->aCpus[0].dbgf.s) <= sizeof(pUVM->aCpus[0].dbgf.padding)); 142 140 143 int rc = dbgfR3InfoInit(pUVM); 141 144 if (RT_SUCCESS(rc))
Note:
See TracChangeset
for help on using the changeset viewer.