VirtualBox

Changeset 99211 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Mar 29, 2023 2:19:05 PM (22 months ago)
Author:
vboxsync
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp

    r98103 r99211  
    74137413        else
    74147414        {
    7415             PDISCPUSTATE pDis = &pVCpu->hmr0.s.svm.DisState;
     7415            PDISSTATE pDis = &pVCpu->hmr0.s.svm.Dis;
    74167416            int rc = EMInterpretDisasCurrent(pVCpu, pDis, &cbInstr);
    74177417            if (   rc == VINF_SUCCESS
     
    81138113        else
    81148114        {
    8115             PDISCPUSTATE pDis = &pVCpu->hmr0.s.svm.DisState;
     8115            PDISSTATE pDis = &pVCpu->hmr0.s.svm.Dis;
    81168116            int rc = EMInterpretDisasCurrent(pVCpu, pDis, &cbInstr);
    81178117            if (   rc == VINF_SUCCESS
     
    81578157    else
    81588158    {
    8159         PDISCPUSTATE pDis = &pVCpu->hmr0.s.svm.DisState;
     8159        PDISSTATE pDis = &pVCpu->hmr0.s.svm.Dis;
    81608160        int rc = EMInterpretDisasCurrent(pVCpu, pDis, &cbInstr);
    81618161        if (   rc == VINF_SUCCESS
     
    85118511    if (!(pCtx->cr0 & X86_CR0_NE))
    85128512    {
    8513         PDISSTATE pDis = &pVCpu->hmr0.s.svm.DisState;
     8513        PDISSTATE pDis = &pVCpu->hmr0.s.svm.Dis;
    85148514        unsigned  cbInstr;
    85158515        int rc = EMInterpretDisasCurrent(pVCpu, pDis, &cbInstr);
Note: See TracChangeset for help on using the changeset viewer.

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