VirtualBox

Changeset 1605 in vbox for trunk/src


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

Enabled raw trap forwarding again.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/EM.cpp

    r1583 r1605  
    21952195                    CSAMR3CheckGates(pVM, u8Interrupt, 1);
    21962196                    Log(("emR3RawHandleRC: recheck gate %x -> valid=%d\n", u8Interrupt, TRPMR3GetGuestTrapHandler(pVM, u8Interrupt) != TRPM_INVALID_HANDLER));
    2197                     /** @todo regressions; mainly during save/restore in smoke tests. */
    2198 #if 0
     2197
    21992198                    /** If it was successful, then we could go back to raw mode. */
    22002199                    if (TRPMR3GetGuestTrapHandler(pVM, u8Interrupt) != TRPM_INVALID_HANDLER)
     
    22072206                        }
    22082207                    }
    2209 #endif
    22102208                }
    22112209            }
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