You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-object/0001-deps-update-goblin-to-...

27 lines
635 B

From dd038c59eae24707b37c6788aed6387d79f68ed6 Mon Sep 17 00:00:00 2001
From: Igor Gnatenko <i.gnatenko.brain@gmail.com>
Date: Thu, 18 Jan 2018 09:28:39 +0100
Subject: [PATCH] deps: update goblin to 0.0.14
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
---
src/macho.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/macho.rs b/src/macho.rs
index 1bcc4ab..e40a670 100644
--- a/src/macho.rs
+++ b/src/macho.rs
@@ -203,7 +203,7 @@ where
#[inline]
fn is_little_endian(&self) -> bool {
- self.macho.header.is_little_endian()
+ self.macho.little_endian
}
}
--
2.15.1