Update DeepState.h
This commit is contained in:
parent
48092c7b4b
commit
fa2cc6ab38
@ -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)
|
||||
* }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user