VirtualBox

Changeset 81927 in vbox for trunk/src


Ignore:
Timestamp:
Nov 18, 2019 12:30:04 AM (5 years ago)
Author:
vboxsync
Message:

IPRT: Added 32-bit memchr variant. Prepared 16 and 64 bit ones too.

Location:
trunk/src/VBox/Runtime
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/Makefile.kmk

    r81281 r81927  
    729729RuntimeR3_SOURCES.x86 += \
    730730        generic/RTMpGetDescription-generic.cpp \
    731         common/misc/RTSystemIsInsideVM-amd64-x86.cpp
     731        common/misc/RTSystemIsInsideVM-amd64-x86.cpp \
     732        common/string/RTStrMemFind32.asm
    732733RuntimeR3_SOURCES.amd64 += \
    733734        generic/RTMpGetDescription-generic.cpp \
    734         common/misc/RTSystemIsInsideVM-amd64-x86.cpp
     735        common/misc/RTSystemIsInsideVM-amd64-x86.cpp \
     736        common/string/RTStrMemFind32.asm
    735737RuntimeR3_SOURCES.sparc32 += \
    736738        generic/RTMpGetDescription-generic-stub.cpp \
    737739        generic/RTSystemIsInsideVM-generic.cpp \
    738         common/asm/asm-fake.cpp
     740        common/asm/asm-fake.cpp \
     741        common/string/RTStrMemFindU32.cpp
    739742RuntimeR3_SOURCES.sparc64 += \
    740743        generic/RTMpGetDescription-generic-stub.cpp \
    741744        generic/RTSystemIsInsideVM-generic.cpp \
    742         common/asm/asm-fake.cpp
     745        common/asm/asm-fake.cpp \
     746        common/string/RTStrMemFindU32.cpp
    743747
    744748ifdef IPRT_WITH_LZJB
  • trunk/src/VBox/Runtime/r3/win/VBoxRT-win32.def

    r76553 r81927  
    4343    RTTimeNanoTSLFenceSyncInvarWithDeltaUseIdtrLim
    4444
     45    RTStrMemFind32
     46
  • trunk/src/VBox/Runtime/r3/win/VBoxRT-win64.def

    r76553 r81927  
    5555    RTTimeNanoTSLFenceSyncInvarWithDeltaUseIdtrLim
    5656
     57    RTStrMemFind32
     58
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