Changeset 81276 in vbox
- Timestamp:
- Oct 14, 2019 8:45:48 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r81275 r81276 3090 3090 common/string/base64.cpp \ 3091 3091 common/string/memchr.asm \ 3092 common/string/mempcpy.asm \ 3092 3093 common/string/strpbrk.cpp \ 3093 3094 common/string/RTStrPrintHexBytes.cpp \ … … 3134 3135 r0drv/powernotification-r0drv.c 3135 3136 # - The xnu memcpy implementation in osfmk/x86_64/bcopy.s returns 'void' rather than 'void *', so use our own. 3137 # - The memcmp and strlen implementations are still C implementations living in osfmk/x86_64/loose_ends.c, so use our asm code. 3136 3138 RuntimeR0Drv_SOURCES.darwin.amd64 = \ 3137 3139 common/string/memcpy.asm \ 3140 common/string/strlen.asm \ 3141 common/string/memcmp.asm 3138 3142 3139 3143 RuntimeR0Drv_SOURCES.os2 = \
Note:
See TracChangeset
for help on using the changeset viewer.