Skip to content

Commit

Permalink
Update 0002-Write-FUNC-records-instead-of-PUBLIC-for-ELF-symbols.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenzzer authored Feb 29, 2024
1 parent 4b1ae0f commit 58e3ae7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ index 70d50f89..f21460bf 100644
#endif
+#if 1
+ if (iterator->size) {
+ Module::Function *fun = new Module::Function(name, iterator->value);
+ Module::Function *fun = new Module::Function(module->AddStringToPool(name), iterator->value);
+ fun->ranges.push_back(Module::Range(iterator->value, iterator->size));
+ module->AddFunction(fun);
+ }
Expand Down

0 comments on commit 58e3ae7

Please sign in to comment.