VirtualBox

Ignore:
Timestamp:
Jan 24, 2024 12:50:12 AM (12 months ago)
Author:
vboxsync
Message:

iprt/asm-mem.h,zip.cpp,tstRTInlineAsm.cpp: Eliminated unused ASMMemIsZeroPage function.

File:
1 edited

Legend:

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

    r98103 r103013  
    17701770            if (    cbSrc == _4K
    17711771                &&  !((uintptr_t)pvSrc & 15)
    1772                 &&  ASMMemIsZeroPage(pvSrc))
     1772                &&  ASMMemIsZero(pvSrc, _4K))
    17731773            {
    17741774                if (RT_UNLIKELY(cbDst < sizeof(s_abZero4K)))
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