VirtualBox

Changeset 73787 in vbox for trunk/src


Ignore:
Timestamp:
Aug 20, 2018 2:27:59 PM (6 years ago)
Author:
vboxsync
Message:

IEM: Allow four deep exception nesting to handle e.g. #BP -> #GP -> #DF ->#TF case without throwing a guru.

File:
1 edited

Legend:

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

    r73756 r73787  
    55115511             pVCpu->iem.s.cXcptRecursions + 1, fPrevXcpt));
    55125512
    5513         if (pVCpu->iem.s.cXcptRecursions >= 3)
     5513        if (pVCpu->iem.s.cXcptRecursions >= 4)
    55145514        {
    55155515#ifdef DEBUG_bird
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