Changeset 99961 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- May 24, 2023 9:57:27 PM (19 months ago)
- Location:
- trunk/src/VBox/Runtime
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/sg.cpp
r99960 r99961 51 51 static void *rtSgBufGet(PRTSGBUF pSgBuf, size_t *pcbData) 52 52 { 53 /* 53 /* 54 54 * Check that the S/G buffer has memory left (!RTSgIsEnd(pSgBuf)). 55 55 */ … … 76 76 #endif 77 77 78 /* 78 /* 79 79 * Advance ... 80 80 */ -
trunk/src/VBox/Runtime/testcase/tstRTSg.cpp
r99960 r99961 276 276 } 277 277 278
Note:
See TracChangeset
for help on using the changeset viewer.