This repository has been archived by the owner on Apr 14, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix stream timing clear for all GUIDs for a port
AbstractPort uses a value of UINT_MAX to signify 'all guids', but StreamTiming uses 'invalid guid' value which are NOT the same value. But UINT_MAX is guaranteed to be greater than invalid GUID - so instead of equality we check for greater than comparison.
- Loading branch information