VirtualBox

Ignore:
Timestamp:
Mar 29, 2023 2:13:56 PM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
156581
Message:

Disassembler,VMM,Runtime: Get rid of deprecated DISCPUSTATE types (preparation for architecture specific separation in order to support ARMv8), bugref:10394

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/GCMAll.cpp

    r98103 r99208  
    3535#include <VBox/vmm/vmcc.h>
    3636
    37 #include <VBox/dis.h>       /* For DISCPUSTATE */
     37#include <VBox/dis.h>       /* For DISSTATE */
    3838#include <iprt/errcore.h>
    3939#include <iprt/string.h>
     
    113113 * @thread  EMT(pVCpu).
    114114 */
    115 VMM_INT_DECL(VBOXSTRICTRC) GCMXcptDE(PVMCPUCC pVCpu, PCPUMCTX pCtx, PDISCPUSTATE pDis, uint8_t *pcbInstr)
     115VMM_INT_DECL(VBOXSTRICTRC) GCMXcptDE(PVMCPUCC pVCpu, PCPUMCTX pCtx, PDISSTATE pDis, uint8_t *pcbInstr)
    116116{
    117117    PVMCC pVM = pVCpu->CTX_SUFF(pVM);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette