- Timestamp:
- Nov 18, 2019 12:30:04 AM (5 years ago)
- Location:
- trunk/src/VBox/Runtime
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r81281 r81927 729 729 RuntimeR3_SOURCES.x86 += \ 730 730 generic/RTMpGetDescription-generic.cpp \ 731 common/misc/RTSystemIsInsideVM-amd64-x86.cpp 731 common/misc/RTSystemIsInsideVM-amd64-x86.cpp \ 732 common/string/RTStrMemFind32.asm 732 733 RuntimeR3_SOURCES.amd64 += \ 733 734 generic/RTMpGetDescription-generic.cpp \ 734 common/misc/RTSystemIsInsideVM-amd64-x86.cpp 735 common/misc/RTSystemIsInsideVM-amd64-x86.cpp \ 736 common/string/RTStrMemFind32.asm 735 737 RuntimeR3_SOURCES.sparc32 += \ 736 738 generic/RTMpGetDescription-generic-stub.cpp \ 737 739 generic/RTSystemIsInsideVM-generic.cpp \ 738 common/asm/asm-fake.cpp 740 common/asm/asm-fake.cpp \ 741 common/string/RTStrMemFindU32.cpp 739 742 RuntimeR3_SOURCES.sparc64 += \ 740 743 generic/RTMpGetDescription-generic-stub.cpp \ 741 744 generic/RTSystemIsInsideVM-generic.cpp \ 742 common/asm/asm-fake.cpp 745 common/asm/asm-fake.cpp \ 746 common/string/RTStrMemFindU32.cpp 743 747 744 748 ifdef IPRT_WITH_LZJB -
trunk/src/VBox/Runtime/r3/win/VBoxRT-win32.def
r76553 r81927 43 43 RTTimeNanoTSLFenceSyncInvarWithDeltaUseIdtrLim 44 44 45 RTStrMemFind32 46 -
trunk/src/VBox/Runtime/r3/win/VBoxRT-win64.def
r76553 r81927 55 55 RTTimeNanoTSLFenceSyncInvarWithDeltaUseIdtrLim 56 56 57 RTStrMemFind32 58
Note:
See TracChangeset
for help on using the changeset viewer.