git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@103
e59a4935-1847-0410-ae03-
e826735625c1
{
FatalError("BVTypeCheck: BVSX(t,bvsx_len) : length of 't' must be <= bvsx_len\n", n);
}
+ if ((v.size() != 2))
+ FatalError("BVTypeCheck:BVSX must have two arguments. The second is the new width\n", n);
break;
case BVZX:
{
FatalError("BVTypeCheck: BVZX(t,bvzx_len) : length of 't' must be <= bvzx_len\n", n);
}
+ if ((v.size() != 2))
+ FatalError("BVTypeCheck:BVZX must have two arguments. The second is the new width\n", n);
+
break;
default: