VirtualBox

Ignore:
Timestamp:
Dec 20, 2010 5:09:00 PM (14 years ago)
Author:
vboxsync
Message:

DBGCEmulateCodeView.cpp: Fixed bug discovered by MSC.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Debugger/DBGCEmulateCodeView.cpp

    r35253 r35257  
    32983298        else
    32993299        {
    3300             if (VarTssAddr.enmRangeType == DBGCVAR_RANGE_ELEMENTS)
     3300            if (paArgs[0].enmRangeType == DBGCVAR_RANGE_ELEMENTS)
    33013301                return DBGCCmdHlpFail(pCmdHlp, pCmd, "Element count doesn't combine with a TSS address.\n");
    33023302            DBGCVAR_INIT_GC_FLAT(&VarTssAddr, paArgs[0].u.u64Number);
    3303             if (VarTssAddr.enmRangeType == DBGCVAR_RANGE_BYTES)
     3303            if (paArgs[0].enmRangeType == DBGCVAR_RANGE_BYTES)
    33043304            {
    33053305                VarTssAddr.enmRangeType = paArgs[0].enmRangeType;
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