Skip to content

Commit

Permalink
Prop error constant
Browse files Browse the repository at this point in the history
  • Loading branch information
workingjubilee committed Jun 12, 2024
1 parent aeb400b commit bc47a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/personality.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ fn parse_pointer_encoding(input: &mut StaticSlice) -> gimli::Result<constants::D
if eh_pe.is_valid_encoding() {
Ok(eh_pe)
} else {
Err(gimli::Error::UnknownPointerEncoding)
Err(gimli::Error::UnknownPointerEncoding(eh_pe))
}
}

Expand Down

0 comments on commit bc47a17

Please sign in to comment.