Changeset 81280 in vbox
- Timestamp:
- Oct 15, 2019 7:27:55 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r81276 r81280 3134 3134 r0drv/memobj-r0drv.cpp \ 3135 3135 r0drv/powernotification-r0drv.c 3136 # - The xnu memcpy implementation in osfmk/x86_64/bcopy.s return s '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. 3137 3137 # - The memcmp and strlen implementations are still C implementations living in osfmk/x86_64/loose_ends.c, so use our asm code. 3138 3138 RuntimeR0Drv_SOURCES.darwin.amd64 = \ 3139 common/string/memcpy.asm \3140 common/string/strlen.asm\3141 common/string/memcmp.asm3139 common/string/memcpy.asm 3140 # common/string/strlen.asm - try again later \ 3141 # common/string/memcmp.asm 3142 3142 3143 3143 RuntimeR0Drv_SOURCES.os2 = \
Note:
See TracChangeset
for help on using the changeset viewer.