VirtualBox

Changeset 47224 in vbox


Ignore:
Timestamp:
Jul 17, 2013 9:12:49 PM (12 years ago)
Author:
vboxsync
Message:

iprt/asmdefs.mac: RT_MAKE_U32_FROM_U8 fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/asmdefs.mac

    r47172 r47224  
    7474;;
    7575; Makes a 32-bit unsigned (not type safe, but whatever) out of four byte values.
    76 %define RT_MAKE_U32_FROM_U8(b0, b1, b2, b3) ( (b3 << 24) | (b2 << 16) | (b1 << 8) | b0) )
     76%define RT_MAKE_U32_FROM_U8(b0, b1, b2, b3) ( (b3 << 24) | (b2 << 16) | (b1 << 8) | b0 )
    7777
    7878
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