Changeset 80805 in vbox
- Timestamp:
- Sep 16, 2019 5:41:14 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp
r80804 r80805 2442 2442 * See Intel spec. 25.1.3 "Instructions That Cause VM Exits Conditionally". 2443 2443 */ 2444 /** @todo r=ramshankar: . Verify this later. */2445 2444 uint32_t const uPortLast = uPort + cbAccess; 2446 2445 if (uPortLast > 0x10000)
Note:
See TracChangeset
for help on using the changeset viewer.