Changeset 99208 in vbox for trunk/src/VBox/VMM/VMMAll/GCMAll.cpp
- Timestamp:
- Mar 29, 2023 2:13:56 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 156581
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/GCMAll.cpp
r98103 r99208 35 35 #include <VBox/vmm/vmcc.h> 36 36 37 #include <VBox/dis.h> /* For DIS CPUSTATE */37 #include <VBox/dis.h> /* For DISSTATE */ 38 38 #include <iprt/errcore.h> 39 39 #include <iprt/string.h> … … 113 113 * @thread EMT(pVCpu). 114 114 */ 115 VMM_INT_DECL(VBOXSTRICTRC) GCMXcptDE(PVMCPUCC pVCpu, PCPUMCTX pCtx, PDIS CPUSTATE pDis, uint8_t *pcbInstr)115 VMM_INT_DECL(VBOXSTRICTRC) GCMXcptDE(PVMCPUCC pVCpu, PCPUMCTX pCtx, PDISSTATE pDis, uint8_t *pcbInstr) 116 116 { 117 117 PVMCC pVM = pVCpu->CTX_SUFF(pVM);
Note:
See TracChangeset
for help on using the changeset viewer.