This commit is contained in:
nora 2023-02-12 13:03:54 +01:00
parent 84f4ab4297
commit 94a6a0e999
2 changed files with 17 additions and 9 deletions

View file

@ -165,7 +165,7 @@ pub struct Rel {
pub struct Rela {
pub offset: Addr,
pub info: RelInfo,
pub addend: u64,
pub addend: i64,
}
#[derive(Clone, Copy, Zeroable, Pod)]