Commit d69c6b51 authored by Matthew Fernandez's avatar Matthew Fernandez
Browse files

fix loop underflow check

The underflow check discussed in the prior commit was being done on raw values,
which in many cases involves converting a signed comparison to an unsigned
comparison. Additionally the comparison operator was incorrect in this reverse
iteration case.

Github: closes #211 “for loop underflow check incorrect?”
parent 27a9f27f
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment