Changeset 44168 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Dec 19, 2012 5:49:07 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/VMMSwitcher.cpp
r43864 r44168 288 288 * @param SelCS64 The 64-bit mode hypervisor CS selector. 289 289 */ 290 static void vmmR3SwitcherGenericRelocate(PVM pVM, PVMMSWITCHERDEF pSwitcher, RTR0PTR R0PtrCode, uint8_t *pu8CodeR3, RTGCPTR GCPtrCode, uint32_t u32IDCode, 290 static void vmmR3SwitcherGenericRelocate(PVM pVM, PVMMSWITCHERDEF pSwitcher, 291 RTR0PTR R0PtrCode, uint8_t *pu8CodeR3, RTGCPTR GCPtrCode, uint32_t u32IDCode, 291 292 RTSEL SelCS, RTSEL SelDS, RTSEL SelTSS, RTGCPTR GCPtrGDT, RTSEL SelCS64) 292 293 {
Note:
See TracChangeset
for help on using the changeset viewer.