VirtualBox

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


Ignore:
Timestamp:
Feb 17, 2025 9:20:49 PM (3 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
167592
Message:

VMM/IEM: s/IEM_MC_ADVANCE_RIP_AND_FINISH/IEM_MC_ADVANCE_PC_AND_FINISH/g jiraref:VBP-1531

File:
1 edited

Legend:

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

    r108204 r108267  
    604604#define IEM_MC_NO_NATIVE_RECOMPILE()                    ((void)0)
    605605
    606 #define IEM_MC_ADVANCE_RIP_AND_FINISH()                 do { (void)fMcBegin; return VINF_SUCCESS; } while (0)
     606#define IEM_MC_ADVANCE_PC_AND_FINISH()                  do { (void)fMcBegin; return VINF_SUCCESS; } while (0)
    607607#define IEM_MC_REL_JMP_S8_AND_FINISH(a_i8)              do { (void)fMcBegin; CHK_TYPE(int8_t, a_i8); return VINF_SUCCESS; } while (0)
    608608#define IEM_MC_REL_JMP_S16_AND_FINISH(a_i16)            do { (void)fMcBegin; CHK_TYPE(int16_t, a_i16); return VINF_SUCCESS; } 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