VirtualBox

Changeset 97471 in vbox


Ignore:
Timestamp:
Nov 9, 2022 12:29:45 AM (2 years ago)
Author:
vboxsync
Message:

VMM/IEM: Build fix for VBOX_WITH_IEM_TLB on windows. bugref:9898

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/IEMAll.cpp

    r97468 r97471  
    966966#else
    967967    RT_NOREF(pvDst, cbDst);
    968     IEM_DO_LONGJMP(pVCpu, VERR_INTERNAL_ERROR);
     968    if (pvDst || cbDst)
     969        IEM_DO_LONGJMP(pVCpu, VERR_INTERNAL_ERROR);
    969970#endif
    970971}
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