From 02930bd4bae695341491c35c2a13e447ec7140ff Mon Sep 17 00:00:00 2001 From: Dmitry <98899785+mdqst@users.noreply.github.com> Date: Tue, 17 Dec 2024 00:15:26 +0300 Subject: [PATCH] Fix error message typo in instruction parsing Update parse.rs (#328) --- jolt/src/parse.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jolt/src/parse.rs b/jolt/src/parse.rs index 06e9cb8a..491bd81d 100644 --- a/jolt/src/parse.rs +++ b/jolt/src/parse.rs @@ -73,7 +73,7 @@ fn parse_instructions(elf: &ElfBytes, data: &[u8]) -> Result