VirtualBox

Changeset 81275 in vbox


Ignore:
Timestamp:
Oct 14, 2019 8:43:48 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
133970
Message:

IPRT/Makefile.kmk: Use our own memcpy.asm for 64-bit darwin as the kernel implementation does not set RAX at all, seeming to pretend that memcpy is returning void.

File:
1 edited

Legend:

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

    r81137 r81275  
    31333133        r0drv/memobj-r0drv.cpp \
    31343134        r0drv/powernotification-r0drv.c
     3135# - The xnu memcpy implementation in osfmk/x86_64/bcopy.s returns 'void' rather than 'void *', so use our own.
     3136RuntimeR0Drv_SOURCES.darwin.amd64 = \
     3137        common/string/memcpy.asm \
    31353138
    31363139RuntimeR0Drv_SOURCES.os2 = \
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