VirtualBox

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


Ignore:
Timestamp:
Feb 19, 2025 3:21:25 PM (2 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
167643
Message:

VMM/IEM: Removed IEM_MC_RETURN_ON_FAILURE as it is no longer needed after SETJMP became non-optional. jiraref:VBP-1531

File:
1 edited

Legend:

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

    r108296 r108299  
    4343#define IEM_MC_BEGIN(a_fMcFlags, a_fCImplFlags) {
    4444#define IEM_MC_END()                            }
    45 
    46 /** Internal macro. */
    47 #define IEM_MC_RETURN_ON_FAILURE(a_Expr) \
    48     do \
    49     { \
    50         VBOXSTRICTRC rcStrict2 = a_Expr; \
    51         if (rcStrict2 == VINF_SUCCESS) \
    52         { /* likely */ } \
    53         else \
    54             return rcStrict2; \
    55     } while (0)
    5645
    5746
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