Skip to content

Commit e9b1c21

Browse files
Daiva Naudziunienetautschnig
Daiva Naudziuniene
authored andcommitted
Added jsil mode to be supported by goto_convert_functions
1 parent 4fe44e8 commit e9b1c21

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/goto-programs/goto_convert_functions.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ void goto_convert_functionst::goto_convert()
8080
it->second.type.id()==ID_code &&
8181
(it->second.mode==ID_C ||
8282
it->second.mode==ID_cpp ||
83-
it->second.mode==ID_java))
83+
it->second.mode==ID_java ||
84+
it->second.mode=="jsil"))
8485
symbol_list.push_back(it->first);
8586
}
8687

0 commit comments

Comments
 (0)