VirtualBox

Changeset 97356 in vbox for trunk/src/VBox/VMM/testcase


Ignore:
Timestamp:
Oct 31, 2022 10:36:29 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
154354
Message:

VMM/IEM: IEM_MC_ADVANCE_RIP -> IEM_MC_ADVANCE_RIP_AND_FINISH in prep for TF and other #DB stuff. bugref:9898

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/testcase/tstIEMCheckMc.cpp

    r97350 r97356  
    575575    }
    576576
    577 #define IEM_MC_ADVANCE_RIP()                            do { (void)fMcBegin; } while (0)
     577#define IEM_MC_ADVANCE_RIP_AND_FINISH()                 do { (void)fMcBegin; return VINF_SUCCESS; } while (0)
    578578#define IEM_MC_REL_JMP_S8(a_i8)                         do { (void)fMcBegin; CHK_TYPE(int8_t, a_i8); } while (0)
    579579#define IEM_MC_REL_JMP_S16(a_i16)                       do { (void)fMcBegin; CHK_TYPE(int16_t, a_i16); } while (0)
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