Changeset 93830 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Feb 17, 2022 4:56:18 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 150032
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/cpum.h
r93518 r93830 2726 2726 /** Pointer to CPUMR3DbGetEntryByName. */ 2727 2727 typedef DECLCALLBACKPTR(PCCPUMDBENTRY, PFNCPUMDBGETENTRYBYNAME, (const char *pszName)); 2728 2729 VMMR3_INT_DECL(void) CPUMR3NemActivateGuestDebugState(PVMCPUCC pVCpu); 2730 VMMR3_INT_DECL(void) CPUMR3NemActivateHyperDebugState(PVMCPUCC pVCpu); 2728 2731 /** @} */ 2729 2732 #endif /* IN_RING3 */
Note:
See TracChangeset
for help on using the changeset viewer.