Skip to content

Commit fe2ddda

Browse files
author
Remi Delmas
committed
CONTRACTS: use map.element_type() in index_exprt
1 parent 0e3efb0 commit fe2ddda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/goto-instrument/contracts/dynamic-frames/dfcc_library.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ const symbolt &dfcc_libraryt::get_instrumented_functions_map_symbol()
520520
source_locationt{},
521521
ID_C,
522522
"<built-in-library>",
523-
array_of_exprt(from_integer(0, unsigned_char_type()), map_type),
523+
array_of_exprt(from_integer(0, map_type.element_type()), map_type),
524524
true);
525525
}
526526

0 commit comments

Comments
 (0)