Changeset 54050 in vbox for trunk/src/VBox/ExtPacks/VBoxDTrace
- Timestamp:
- Jan 30, 2015 4:37:07 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ExtPacks/VBoxDTrace/VBoxDTraceR0.cpp
r53994 r54050 1680 1680 { 1681 1681 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]; 1683 1683 else 1684 1684 u64Ret = UINT64_MAX;
Note:
See TracChangeset
for help on using the changeset viewer.