VirtualBox

Changeset 1363 in vbox for trunk


Ignore:
Timestamp:
Mar 9, 2007 11:43:05 AM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
19354
Message:

Emulate faulting v86 instruction (might be valid because of iopl).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMGC/TRPMGCHandlers.cpp

    r1359 r1363  
    768768    if (!pRegFrame->eflags.Bits.u1VM)
    769769        return trpmGCTrap0dHandlerRing3(pVM, pRegFrame, &Cpu);
     770    else
     771        return trpmGCExitTrap(pVM, VINF_EM_RAW_EMULATE_INSTR, pRegFrame);
    770772
    771773    return trpmGCExitTrap(pVM, VINF_EM_RAW_GUEST_TRAP, pRegFrame);
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