- 時間撮記:
- 2025-1-6 下午05:01:30 (2 月 以前)
- svn:sync-xref-src-repo-rev:
- 166480
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Devices/Security/DrvTpmEmu.cpp
r106259 r107428 961 961 962 962 /* Limit to the maximum buffer size of the device above. */ 963 pThis->cbBuffer = RT_MIN(pThis->cbBuffer, pThis->pTpmPort->pfnGetMaxBufferSize(pThis->pTpmPort)); 963 uint32_t const cbTpmBufferMax = pThis->pTpmPort->pfnGetMaxBufferSize(pThis->pTpmPort); 964 pThis->cbBuffer = RT_MIN(pThis->cbBuffer, cbTpmBufferMax); 964 965 965 966 /* Set the buffer size. */
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器