Changeset 14138 in vbox for trunk/src/VBox/VMM/VMMSwitcher.cpp
- Timestamp:
- Nov 12, 2008 6:30:35 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMSwitcher.cpp
r14136 r14138 853 853 854 854 /** 855 * Relocator for the 32-Bit to AMD64 world switcher. 856 */ 857 DECLCALLBACK(void) vmmR3Switcher32BitToPAE_Relocate(PVM pVM, PVMMSWITCHERDEF pSwitcher, RTR0PTR R0PtrCode, uint8_t *pu8CodeR3, RTGCPTR GCPtrCode, uint32_t u32IDCode) 858 { 859 vmmR3SwitcherGenericRelocate(pVM, pSwitcher, R0PtrCode, pu8CodeR3, GCPtrCode, u32IDCode, 860 SELMGetHyperCS(pVM), SELMGetHyperDS(pVM), SELMGetHyperTSS(pVM), SELMGetHyperGDT(pVM), 0); 861 } 862 863 864 /** 855 865 * Relocator for the PAE to 32-Bit world switcher. 856 866 */
Note:
See TracChangeset
for help on using the changeset viewer.