VirtualBox

Changeset 3498 in vbox for trunk/src


Ignore:
Timestamp:
Jul 9, 2007 8:52:18 AM (18 years ago)
Author:
vboxsync
Message:

Adjusted assertion

File:
1 edited

Legend:

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

    r3313 r3498  
    394394    case 13:
    395395    case 17:
    396         Assert(enmError == TRPM_TRAP_HAS_ERRORCODE);
     396        Assert(enmError == TRPM_TRAP_HAS_ERRORCODE || enmType == TRPM_SOFTWARE_INT);
    397397        break;
     398
    398399    default:
    399400        Assert(enmError == TRPM_TRAP_NO_ERRORCODE);
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