VirtualBox

Changeset 81280 in vbox


Ignore:
Timestamp:
Oct 15, 2019 7:27:55 AM (5 years ago)
Author:
vboxsync
Message:

IPRT/Makefile.kmk: Drop strlen.asm and memcmp.asm for a tiny bit...

File:
1 edited

Legend:

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

    r81276 r81280  
    31343134        r0drv/memobj-r0drv.cpp \
    31353135        r0drv/powernotification-r0drv.c
    3136 # - The xnu memcpy implementation in osfmk/x86_64/bcopy.s returns 'void' rather than 'void *', so use our own.
     3136# - The xnu memcpy implementation in osfmk/x86_64/bcopy.s returned 'void' rather than 'void *' for a long time, so use our own.
    31373137# - The memcmp and strlen implementations are still C implementations living in osfmk/x86_64/loose_ends.c, so use our asm code.
    31383138RuntimeR0Drv_SOURCES.darwin.amd64 = \
    3139         common/string/memcpy.asm \
    3140         common/string/strlen.asm \
    3141         common/string/memcmp.asm
     3139        common/string/memcpy.asm
     3140#       common/string/strlen.asm - try again later \
     3141#       common/string/memcmp.asm
    31423142
    31433143RuntimeR0Drv_SOURCES.os2 = \
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