VirtualBox

Changeset 77906 in vbox for trunk


Ignore:
Timestamp:
Mar 27, 2019 9:40:46 AM (6 years ago)
Author:
vboxsync
Message:

VMM/HMSVMR0: Ensure that when converting from a TRPM event, that if the type is TRPM_TRAP that the vectors are not #BP or #OF. Those should be classified as TRPM_SOFTWARE_INT.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp

    r77903 r77906  
    35393539                break;
    35403540            }
     3541
     3542            case X86_XCPT_BP:
     3543            case X86_XCPT_OF:
     3544                AssertMsgFailed(("Invalid TRPM vector %d for event type %d\n", uVector, enmTrpmEvent));
     3545                RT_FALL_THRU();
    35413546
    35423547            case X86_XCPT_PF:
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