Skip to content

Commit

Permalink
Call the generate_opqaue_stubs from final
Browse files Browse the repository at this point in the history
This doesn't do anything if it is not enabled
  • Loading branch information
thk123 authored and peterschrammel committed Mar 10, 2017
1 parent fa73b8b commit 8dd297e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ansi-c/ansi_c_language.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,8 @@ Function: ansi_c_languaget::final

bool ansi_c_languaget::final(symbol_tablet &symbol_table)
{
generate_opaque_method_stubs(symbol_table);

if(ansi_c_entry_point(symbol_table, "main", get_message_handler()))
return true;

Expand Down

0 comments on commit 8dd297e

Please sign in to comment.