VirtualBox

Ignore:
Timestamp:
Nov 17, 2022 12:18:24 PM (2 years ago)
Author:
vboxsync
Message:

VMM/IEM: Do _not_ flag FNIEMOP_DEF* as nothrow when IEM_WITH_THROW_CATCH is defined. duh.

File:
1 edited

Legend:

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

    r97589 r97591  
    32843284    IEM_STATIC /*__declspec(naked)*/ VBOXSTRICTRC __fastcall a_Name(PVMCPUCC pVCpu, a_Type0 a_Name0, a_Type1 a_Name1) IEM_NOEXCEPT_MAY_LONGJMP
    32853285
    3286 #elif defined(__GNUC__)
     3286#elif defined(__GNUC__) && !defined(IEM_WITH_THROW_CATCH)
    32873287typedef VBOXSTRICTRC (* PFNIEMOP)(PVMCPUCC pVCpu);
    32883288typedef VBOXSTRICTRC (* PFNIEMOPRM)(PVMCPUCC pVCpu, uint8_t bRm);
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