- Timestamp:
- Jun 3, 2008 11:20:16 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMGC/TRPMGCHandlers.cpp
r9344 r9346 470 470 if (SELMValidateAndConvertCSAddr(pVM, pRegFrame->eflags, pRegFrame->ss, pRegFrame->cs, &pRegFrame->csHid, (RTGCPTR)pRegFrame->eip, &GCPtr) == VINF_SUCCESS) 471 471 { 472 uint8_t *pu8Code = (uint8_t *)GCPtr; 472 uint8_t *pu8Code = (uint8_t *)(uintptr_t)GCPtr; 473 473 474 /* 474 475 * First skip possible instruction prefixes, such as:
Note:
See TracChangeset
for help on using the changeset viewer.