Changeset 13144 in vbox for trunk/src/VBox/VMM/VMMGC/SELMGC.cpp
- Timestamp:
- Oct 9, 2008 10:44:11 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMGC/SELMGC.cpp
r12989 r13144 451 451 #else /* !IN_GC */ 452 452 /* Reading too much. Could be cheaper than two seperate calls though. */ 453 rc = PGMPhys ReadGCPtr(pVM, &tss, GCPtrTss, sizeof(VBOXTSS));453 rc = PGMPhysSimpleReadGCPtr(pVM, &tss, GCPtrTss, sizeof(VBOXTSS)); 454 454 if (VBOX_FAILURE(rc)) 455 455 {
Note:
See TracChangeset
for help on using the changeset viewer.