Ian Simonson eab51b7785 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
2020-09-27 05:46:39 -04:00
..
2020-09-11 20:02:41 -04:00
2020-09-24 13:16:00 -04:00
2020-09-25 23:21:20 +02:00
2020-09-07 20:44:01 +03:00
2020-09-27 03:15:18 -04:00
2020-09-03 15:05:47 +03:00
2020-09-25 01:53:38 -04:00
2020-09-07 06:23:24 -06:00
2020-09-04 05:15:03 +03:00
2020-09-11 20:02:41 -04:00
2020-09-24 13:16:00 -04:00
2020-09-17 17:22:26 -04:00
2020-09-24 22:06:41 +02:00
2020-09-25 18:42:24 +02:00
2020-09-04 22:49:14 +03:00
2020-08-20 16:07:04 -04:00
2020-09-04 05:22:26 +03:00