VirtualBox

Changeset 1603 in vbox


Ignore:
Timestamp:
Mar 21, 2007 5:10:35 PM (18 years ago)
Author:
vboxsync
Message:

Small correction

File:
1 edited

Legend:

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

    r1602 r1603  
    375375        Assert(rc == VINF_EM_RAW_GUEST_TRAP);
    376376    }
    377     /* Never generate a raw trap here; it might be a monitor instruction, that requires emulation. */
    378     return trpmGCExitTrap(pVM, VINF_EM_RAW_EMULATE_INSTR, pRegFrame);
     377    else
     378        /* Never generate a raw trap here; it might be a monitor instruction, that requires emulation. */
     379        rc = VINF_EM_RAW_EMULATE_INSTR;
     380
     381    return trpmGCExitTrap(pVM, rc, pRegFrame);
    379382}
    380383
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy