Update DeepState.h

This commit is contained in:
Peter Goodman 2018-12-05 13:58:03 -05:00 committed by GitHub
parent 48092c7b4b
commit fa2cc6ab38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -240,7 +240,7 @@ DEEPSTATE_INLINE static void DeepState_Check(int expr) {
* size = (high - low) + 1
* if (symbolic mode) {
* assume 0 <= x and x < size
* return x
* return low + x
* } else {
* return low + (x % size)
* }