states: add an assert
commitc9432811a5fb0403448f277e259bfbefa84524f2
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 26 Sep 2014 20:51:06 +0000 (26 23:51 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Fri, 26 Sep 2014 20:51:06 +0000 (26 23:51 +0300)
treec868e37f19df8710ecdb3e2f5a4db3d44091e03d
parentd4dd3184c2f7a353a49bc091ea0d7e577145f07d
states: add an assert

I hit this condition while i was writing some recent code and this assert
would have helped me debug it faster.  Also it feels like I have had these
sorts of bugs often in the past.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
smatch_states.c