VirtualBox

Ignore:
Timestamp:
Jan 30, 2015 4:37:07 PM (10 years ago)
Author:
vboxsync
Message:

VBoxDTraceR0: Index the right array on x86 (thanks Parfait).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ExtPacks/VBoxDTrace/VBoxDTraceR0.cpp

    r53994 r54050  
    16801680            {
    16811681                if (iArg + offArg < (int)RT_ELEMENTS(pCtx->u.X86.aArgs))
    1682                     u64Ret = pCtx->u.Amd64.aArgs[iArg + offArg];
     1682                    u64Ret = pCtx->u.X86.aArgs[iArg + offArg];
    16831683                else
    16841684                    u64Ret = UINT64_MAX;
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