Skip to content

Commit

Permalink
Fix error message typo in instruction parsing Update parse.rs (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdqst authored Dec 16, 2024
1 parent 8b943e9 commit 02930bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jolt/src/parse.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ fn parse_instructions(elf: &ElfBytes<LittleEndian>, data: &[u8]) -> Result<Vec<I
target: LOG_TARGET,
?addr,
error = ?err,
"Failed to pass the instruction",
"Failed to parse the instruction",
);
Inst {
pc: addr as u32,
Expand Down

0 comments on commit 02930bd

Please sign in to comment.