VirtualBox

Changeset 97350 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Oct 31, 2022 2:53:47 PM (2 years ago)
Author:
vboxsync
Message:

VMM/IEM: Removed two unused MCs.

Location:
trunk/src/VBox/VMM
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/IEMMc.h

    r97231 r97350  
    4242#define IEM_MC_BEGIN(a_cArgs, a_cLocals)                {
    4343#define IEM_MC_END()                                    }
    44 #define IEM_MC_PAUSE()                                  do {} while (0)
    45 #define IEM_MC_CONTINUE()                               do {} while (0)
    4644
    4745/** Internal macro. */
  • trunk/src/VBox/VMM/testcase/tstIEMCheckMc.cpp

    r97154 r97350  
    575575    }
    576576
    577 #define IEM_MC_PAUSE()                                  do { (void)fMcBegin; } while (0)
    578 #define IEM_MC_CONTINUE()                               do { (void)fMcBegin; } while (0)
    579577#define IEM_MC_ADVANCE_RIP()                            do { (void)fMcBegin; } while (0)
    580578#define IEM_MC_REL_JMP_S8(a_i8)                         do { (void)fMcBegin; CHK_TYPE(int8_t, a_i8); } while (0)
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