Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make LinearFifo not crash when discarding from empty buffer
Previously if a LinearFifo was empty and discard was called an unsigned overflow would occur. However it is safe to perform this overflow as a bitwise & operation with 0xFFFFFFFFFFFFFF is a noop
- Loading branch information