Changeset 100940 in vbox for trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp
- Timestamp:
- Aug 22, 2023 2:29:29 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp
r100184 r100940 1596 1596 * @param pVCpu The cross context virtual CPU structure of the calling EMT. 1597 1597 */ 1598 VMMDECL(bool) CPUMIsGuestIn64BitCode(P VMCPU pVCpu)1598 VMMDECL(bool) CPUMIsGuestIn64BitCode(PCVMCPU pVCpu) 1599 1599 { 1600 1600 CPUM_INT_ASSERT_NOT_EXTRN(pVCpu, CPUMCTX_EXTRN_CS | CPUMCTX_EXTRN_EFER); … … 1613 1613 * @param pCtx Pointer to the current guest CPU context. 1614 1614 */ 1615 VMM_INT_DECL(bool) CPUMIsGuestIn64BitCodeSlow(PC PUMCTX pCtx)1615 VMM_INT_DECL(bool) CPUMIsGuestIn64BitCodeSlow(PCCPUMCTX pCtx) 1616 1616 { 1617 1617 return CPUMIsGuestIn64BitCode(CPUM_GUEST_CTX_TO_VMCPU(pCtx));
Note:
See TracChangeset
for help on using the changeset viewer.