Changeset 19576 in vbox
- Timestamp:
- May 11, 2009 12:43:48 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 47140
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/DBGFMem.cpp
r19575 r19576 207 207 if ((pAddress->fFlags & DBGFADDRESS_FLAGS_TYPE_MASK) == DBGFADDRESS_FLAGS_RING0) 208 208 { 209 AssertCompile(sizeof(RTHCUINTPTR) == sizeof(pAddress->FlatPtr));209 AssertCompile(sizeof(RTHCUINTPTR) <= sizeof(pAddress->FlatPtr)); 210 210 return VMMR3ReadR0Stack(pVM, idCpu, (RTHCUINTPTR)pAddress->FlatPtr, pvBuf, cbRead); 211 211 }
Note:
See TracChangeset
for help on using the changeset viewer.