Skip to content

Commit

Permalink
[review] Reverted a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
daladim committed Aug 11, 2021
1 parent adb3dc9 commit 2da9e6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/read/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,7 @@ impl<'data> Import<'data> {
/// An exported symbol.
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
pub struct Export<'data> {
// TODO: and ordinal
name: ByteString<'data>,
address: u64,
}
Expand Down

0 comments on commit 2da9e6e

Please sign in to comment.