Changeset 13767 in vbox
- Timestamp:
- Nov 3, 2008 5:32:21 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 38743
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/MMHyper.cpp
r13751 r13767 105 105 * Map the VM structure into the hypervisor space. 106 106 */ 107 AssertRelease(pVM->cbSelf == RT_ OFFSETOF(VM, aCpu[pVM->cCPUs]));107 AssertRelease(pVM->cbSelf == RT_UOFFSETOF(VM, aCpu[pVM->cCPUs])); 108 108 109 109 RTGCPTR GCPtr;
Note:
See TracChangeset
for help on using the changeset viewer.