Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
KiraCoding committed Sep 13, 2024
1 parent fb577de commit 82f1f8e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 28 deletions.
28 changes: 0 additions & 28 deletions src/header.rs

This file was deleted.

1 change: 1 addition & 0 deletions src/section.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ impl Section {
.map(|offset| unsafe { self.base.add(offset) })
}

#[inline]
pub(crate) fn new(name: &'static str, base: Base, len: usize) -> Self {
Self { name, base, len }
}
Expand Down

0 comments on commit 82f1f8e

Please sign in to comment.