Changeset 1473 for branches/reyalp-flt
- Timestamp:
- 12/11/11 06:32:00 (18 months ago)
- File:
-
- 1 edited
-
branches/reyalp-flt/tools/elf2flt/flt.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/reyalp-flt/tools/elf2flt/flt.h
r1467 r1473 23 23 union { 24 24 uint32_t rev; /* version (as above) */ 25 void* runtime_bind_callback; // while loaded: callback to chdk binder function 25 // ensure this is only a pointer on the target, not on (possibly 64 bit) hosts 26 #ifdef HDK_VERSION 27 void * runtime_bind_callback; // while loaded: callback to chdk binder function 28 #else 29 uint32_t runtime_bind_callback; // while loaded: callback to chdk binder function 30 #endif 26 31 }; 27 32 uint32_t entry; /* Offset of first executable instruction
Note: See TracChangeset
for help on using the changeset viewer.