Changeset 86332 in vbox for trunk/src/VBox/Runtime/common/dvm/dvm.cpp
- Timestamp:
- Sep 28, 2020 5:56:32 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/dvm/dvm.cpp
r85894 r86332 778 778 || defined(RT_OS_DARWIN) \ 779 779 || defined(RT_OS_OS2) /*whatever*/ 780 /* * @todo verify darwin, solaris and freebsd matches the linux algo. Check the linux index matching actual linux. */780 /* Darwing and freebsd matches the linux algo. Solaris matches linux algo partially, at least, in the part we use. */ 781 781 enmIndex = RTDVMVOLIDX_LINUX; 782 782 #else
Note:
See TracChangeset
for help on using the changeset viewer.