Changeset 1794 in vbox
- Timestamp:
- Mar 29, 2007 11:51:32 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 19972
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/SELM.cpp
r1793 r1794 1520 1520 1521 1521 /** @todo not sure how the partial case is handled; probably not allowed */ 1522 if (offRedirBitmap + sizeof(tss.IntRedirBitmap) <= cbTss)1522 if (offRedirBitmap + sizeof(tss.IntRedirBitmap) <= pVM->selm.s.cbGuestTss) 1523 1523 { 1524 1524 rc = PGMPhysReadGCPtr(pVM, &pVM->selm.s.Tss.IntRedirBitmap, GCPtrTss + offRedirBitmap, sizeof(tss.IntRedirBitmap));
Note:
See TracChangeset
for help on using the changeset viewer.