- Timestamp:
- Jan 16, 2009 3:39:41 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp
r15723 r15996 434 434 (RTGCPTR *)&pu8Virt); 435 435 if (RT_FAILURE(rc)) 436 return VINF_ EM_RAW_GUEST_TRAP;436 return VINF_IOM_HC_MMIO_READ; 437 437 438 438 /* Check if destination address is MMIO. */
Note:
See TracChangeset
for help on using the changeset viewer.