Skip to content

Commit

Permalink
Put back function table in stub.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Ricci committed Aug 10, 2022
1 parent 7639f32 commit 8fe4728
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mono/mono/component/marshal-ilgen-stub.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ static MonoComponentMarshalILgen component_func_table = {
MonoComponentMarshalILgen*
mono_component_marshal_ilgen_init (void)
{
return &component_func_table;
}

0 comments on commit 8fe4728

Please sign in to comment.