Changeset 78863 in vbox for trunk/src/VBox/VMM
- Timestamp:
- May 30, 2019 5:11:17 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 130975
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp
r78862 r78863 3228 3228 * @param cbAccess The size of the I/O access in bytes (1, 2 or 4 bytes). 3229 3229 */ 3230 VMM_INT_DECL(bool) CPUMIsGuestVmxIoInterceptSet(P VMCPU pVCpu, uint16_t u16Port, uint8_t cbAccess)3230 VMM_INT_DECL(bool) CPUMIsGuestVmxIoInterceptSet(PCVMCPU pVCpu, uint16_t u16Port, uint8_t cbAccess) 3231 3231 { 3232 3232 #ifndef IN_RC
Note:
See TracChangeset
for help on using the changeset viewer.