VirtualBox

Changeset 98799 in vbox


Ignore:
Timestamp:
Mar 1, 2023 12:29:03 AM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
156111
Message:

VMM/IEM: Fixed unreachable code issue in IEMAllInstructionsVexMap1.cpp.h. bugref:10368

Location:
trunk/src/VBox/VMM/VMMAll
Files:
2 edited

Legend:

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

    r98797 r98799  
    105105#include "IEMAllInstructionsTwoByte0f.cpp.h"
    106106
    107 #ifdef _MSC_VER
    108 # pragma warning(push)
    109 # pragma warning(disable: 4702) /* Unreachable code like return after IEM_MC_ADVANCE_RIP_AND_FINISH. */
    110 #endif
    111107
    112108#ifdef IEM_WITH_VEX
     
    116112#endif
    117113
     114#ifdef _MSC_VER
     115# pragma warning(push)
     116# pragma warning(disable: 4702) /* Unreachable code like return after IEM_MC_ADVANCE_RIP_AND_FINISH. */
     117#endif
     118
    118119#include "IEMAllInstructionsOneByte.cpp.h"
    119120#ifdef _MSC_VER
  • trunk/src/VBox/VMM/VMMAll/IEMAllInstructionsVexMap1.cpp.h

    r98103 r98799  
    42994299    IEM_MC_CALL_CIMPL_2(iemCImpl_vstmxcsr, iEffSeg, GCPtrEff);
    43004300    IEM_MC_END();
    4301     return VINF_SUCCESS;
    43024301}
    43034302
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