Skip to content

Commit 74e4555

Browse files
committed
Configure object-bits in goto-cc
At present, object bits need to be set at compile time as well.
1 parent 00210d9 commit 74e4555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cbmc.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ run()
1414

1515
gmon_suffix=$GMON_OUT_PREFIX
1616
export GMON_OUT_PREFIX="goto-cc_$gmon_suffix"
17-
./goto-cc -m$BIT_WIDTH --function $ENTRY "${BM[@]}" -o $LOG.bin
17+
./goto-cc --object-bits $OBJ_BITS -m$BIT_WIDTH --function $ENTRY "${BM[@]}" -o $LOG.bin
1818

1919
export GMON_OUT_PREFIX="cbmc_$gmon_suffix"
2020
timeout 875 bash -c ' \

0 commit comments

Comments
 (0)