VirtualBox

Ignore:
Timestamp:
Mar 29, 2010 7:56:26 PM (15 years ago)
Author:
vboxsync
Message:

iprt: applying sparc patch (selectively).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/checksum/md5.cpp

    r22092 r27800  
    5757
    5858#include <iprt/string.h>                 /* for memcpy() */
     59#if defined(RT_BIG_ENDIAN)
     60# include <iprt/asm.h>                   /* RT_LE2H_U32 uses ASMByteSwapU32. */
     61#endif
    5962
    6063
     
    196199    uint32_t t;
    197200    do {
    198         t = *buf
     201        t = *buf;
    199202        t = RT_LE2H_U32(t);
    200203        *buf = t;
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