Changeset 101414 in vbox for trunk/src/VBox/Devices/VirtIO
- Timestamp:
- Oct 11, 2023 8:07:50 AM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/VirtIO/VirtioCore.h
r100400 r101414 999 999 1000 1000 /* Check that the S/G buffer has memory left. */ 1001 if (RT_LIKELY(pGcSgBuf->idxSeg < pGcSgBuf->cSegs &&pGcSgBuf->cbSegLeft))1001 if (RT_LIKELY(pGcSgBuf->idxSeg < pGcSgBuf->cSegs || pGcSgBuf->cbSegLeft)) 1002 1002 { /* likely */ } 1003 1003 else
Note:
See TracChangeset
for help on using the changeset viewer.