Skip to content

Commit 8184453

Browse files
committed
Increase CBMC_OBJECT_BITS for this proof to complete.
Signed-off-by: Rod Chapman <[email protected]>
1 parent f82f729 commit 8184453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proofs/cbmc/H/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ FUNCTION_NAME = mld_h
3737
# EXPENSIVE = true
3838

3939
# This function is large enough to need...
40-
CBMC_OBJECT_BITS = 8
40+
CBMC_OBJECT_BITS = 9
4141

4242
# If you require access to a file-local ("static") function or object to conduct
4343
# your proof, set the following (and do not include the original source file

0 commit comments

Comments
 (0)