Changeset 81530 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Oct 25, 2019 10:14:23 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/PDM.cpp
r81519 r81530 164 164 * There shall be absolutely nothing preceeding that and it is mandatory. 165 165 * 166 * - Use 'nm -u' (tools \win.amd64\mingw-w64\r1\bin\nm.exe on windows) to check for167 * VBoxVMM and VMMR0 function you forgot to convert to device help calls or would168 * need adding as device helpers or something.166 * - Use 'nm -u' (tools/win.amd64/mingw-w64/r1/bin/nm.exe on windows) to check 167 * for VBoxVMM and VMMR0 function you forgot to convert to device help calls 168 * or would need adding as device helpers or something. 169 169 * 170 170 *
Note:
See TracChangeset
for help on using the changeset viewer.