Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ac2pic committed Jul 8, 2022
1 parent d2040c9 commit 40a745d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/oelf/OELFGenDynlibData.go
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ func writeModuleTable(moduleList []string, librarySymbolDictionary *OrderedMap,
moduleOffset := uint64(len(moduleTableBuff.Bytes())) + 1


_importedModuleOffsets = append(_importedLibraryOffsets, moduleOffset)
_importedModuleOffsets = append(_importedModuleOffsets, moduleOffset)

// Assume library name is module name too
_importedLibraryOffsets = append(_importedLibraryOffsets, moduleOffset)
Expand Down

0 comments on commit 40a745d

Please sign in to comment.