VirtualBox

Ignore:
Timestamp:
Mar 29, 2010 7:56:26 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
59459
Message:

iprt: applying sparc patch (selectively).

Location:
trunk/src/VBox/Runtime/common/misc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/misc/getopt.cpp

    r26694 r27800  
    460460     * Make sure the union is completely cleared out, whatever happens below.
    461461     */
    462     pValueUnion->u64 = 0;
     462    pValueUnion->u64.value = 0;
    463463    pValueUnion->pDef = NULL;
    464464
     
    730730     * Make sure the union is completely cleared out, whatever happens below.
    731731     */
    732     pValueUnion->u64 = 0;
     732    pValueUnion->u64.value = 0;
    733733    pValueUnion->pDef = NULL;
    734734
  • trunk/src/VBox/Runtime/common/misc/req.cpp

    r26562 r27800  
    821821            } u;
    822822            u.pfn = pReq->u.Internal.pfn;
    823 #ifdef RT_ARCH_AMD64
     823#ifndef RT_ARCH_X86
    824824            switch (pReq->u.Internal.cArgs)
    825825            {
     
    842842                    break;
    843843            }
    844 #else /* x86: */
     844#else /* RT_ARCH_X86 */
    845845            size_t cbArgs = pReq->u.Internal.cArgs * sizeof(uintptr_t);
    846846# ifdef __GNUC__
     
    879879            }
    880880# endif
    881 #endif /* x86 */
     881#endif /* RT_ARCH_X86 */
    882882            if ((pReq->fFlags & (RTREQFLAGS_RETURN_MASK)) == RTREQFLAGS_VOID)
    883883                rcRet = VINF_SUCCESS;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette