Changeset 47458 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jul 29, 2013 12:53:13 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r47454 r47458 8381 8381 8382 8382 /* I/O operation lookup arrays. */ 8383 static const uint32_t s_aIOSizes[4] 8383 static const uint32_t s_aIOSizes[4] = { 1, 2, 0, 4 }; /* Size of the I/O accesses. */ 8384 8384 static const uint32_t s_aIOOpAnd[4] = { 0xff, 0xffff, 0, 0xffffffff }; /* AND masks for saving the result (in AL/AX/EAX). */ 8385 8385
Note:
See TracChangeset
for help on using the changeset viewer.