freemyipod r572 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r571‎ | r572 | r573 >
Date:02:11, 8 February 2011
Author:theseven
Status:new
Tags:
Comment:
emCORE: Force executable image header fields to 32 bits
Modified paths:
  • /emcore/trunk/execimage.h (modified) (history)

Diff [purge]

Index: emcore/trunk/execimage.h
@@ -38,12 +38,12 @@
3939 {
4040 char signature[8];
4141 uint32_t version;
42 - off_t textstart;
43 - size_t textsize;
44 - size_t bsssize;
45 - size_t stacksize;
46 - off_t entrypoint;
47 - off_t relocstart;
 42+ uint32_t textstart;
 43+ uint32_t textsize;
 44+ uint32_t bsssize;
 45+ uint32_t stacksize;
 46+ uint32_t entrypoint;
 47+ uint32_t relocstart;
4848 uint32_t reloccount;
4949 uint32_t flags;
5050 uint32_t creationtime;