VirtualBox

Changeset 20242 in vbox for trunk/include


Ignore:
Timestamp:
Jun 3, 2009 8:23:06 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
48103
Message:

View HW Accel: OpenGL framebuffer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/asm.h

    r19762 r20242  
    64546454DECLINLINE(unsigned) ASMBitLastSetS32(int32_t i32)
    64556455{
    6456     return ASMBitLastSetS32((uint32_t)i32);
     6456    return ASMBitLastSetU32((uint32_t)i32);
    64576457}
    64586458
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