VirtualBox

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


Ignore:
Timestamp:
Oct 31, 2022 10:36:29 PM (2 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/include/IEMMc.h

    r97350 r97356  
    5353
    5454
    55 #define IEM_MC_ADVANCE_RIP()                            iemRegUpdateRipAndClearRF(pVCpu)
     55/** Advances RIP and finishes the instruction.
     56 * This may include raising debug exceptions and such.
     57 * @todo Make this be the return point, so we can get unreachable code erros
     58 *       if not the last MC statement. */
     59#define IEM_MC_ADVANCE_RIP_AND_FINISH()                 iemRegUpdateRipAndClearRF(pVCpu)
    5660#define IEM_MC_REL_JMP_S8(a_i8)                         IEM_MC_RETURN_ON_FAILURE(iemRegRipRelativeJumpS8(pVCpu, a_i8))
    5761#define IEM_MC_REL_JMP_S16(a_i16)                       IEM_MC_RETURN_ON_FAILURE(iemRegRipRelativeJumpS16(pVCpu, a_i16))
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