]> git.saurik.com Git - apple/boot.git/blobdiff - i386/libsaio/load.c
boot-132.tar.gz
[apple/boot.git] / i386 / libsaio / load.c
index 77f9f8dd0feec29bd45637f4f0bcc8c8e803e379..30e549d11dc5923843a3cea1a255819015619521 100644 (file)
@@ -86,7 +86,7 @@ long DecodeMachO(void *binary, entry_t *rentry, char **raddr, int *rsize)
   unsigned int vmend = 0;
   unsigned long  cnt;
   long  ret = -1;
-  unsigned int entry;
+  unsigned int entry = 0;
   
   gBinaryAddress = (unsigned long)binary;