VirtualBox

Ignore:
Timestamp:
May 16, 2024 9:52:13 AM (7 months ago)
Author:
vboxsync
Message:

Runtime/common/asm: Fix function declarations from RTDECL -> DECLASM, win.arm64 build fix, bugref:10392

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/asm/ASMBitFirstSet-generic.cpp

    r98103 r104656  
    4545
    4646
    47 RTDECL(int32_t) ASMBitFirstSet(const volatile void RT_FAR *pvBitmap, uint32_t cBits) RT_NOTHROW_DEF
     47DECLASM(int32_t) ASMBitFirstSet(const volatile void RT_FAR *pvBitmap, uint32_t cBits) RT_NOTHROW_DEF
    4848{
    4949    const volatile size_t RT_FAR *pu = (const volatile size_t RT_FAR *)pvBitmap;
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