VirtualBox

Changeset 62421 in vbox for trunk/src


Ignore:
Timestamp:
Jul 22, 2016 10:59:10 AM (8 years ago)
Author:
vboxsync
Message:

IEMAll.cpp: Fixes for some MSC level 4 warnings.

File:
1 edited

Legend:

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

    r62419 r62421  
    1233312333                }
    1233412334                default:
    12335                     AssertFailedReturn(RTGCPTR_MAX); /* (caller checked for these) */
     12335                    AssertFailedStmt(longjmp(*pVCpu->iem.s.CTX_SUFF(pJmpBuf), VERR_IEM_IPE_2)); /* (caller checked for these) */
    1233612336            }
    1233712337        }
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