85
Comments
  • 4
    That shows that one should use an unsigned integer for error counting, an that you have a lot of errors.
  • 2
    Imagine the horrors of -1 errors. On a compiler that counts errors with 64 bit variable.
  • 3
    @Stefan7650606 it'd be even worse if it reaches 0 but it doesn't run D:
  • 1
    @Stefan7650606 Think of the horrors of a compiler showing -1 when storing error count in an unsigned. : )
  • 0
    @Supernerd That would mean ALU is dead. No problems then
Add Comment