VirtualBox

Changeset 1406 in vbox


Ignore:
Timestamp:
Mar 12, 2007 9:06:41 AM (18 years ago)
Author:
vboxsync
Message:

Uninitialized variable. (pointed out by Frank)

File:
1 edited

Legend:

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

    r1359 r1406  
    514514{
    515515    int         rc = VINF_SUCCESS;
    516     uint64_t    exitCode;
     516    uint64_t    exitCode = SVM_EXIT_INVALID;
    517517    SVM_VMCB   *pVMCB;
    518518    bool        fForceTLBFlush = false;
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