Changeset 1476


Ignore:
Timestamp:
12/11/11 22:18:26 (18 months ago)
Author:
reyalp
Message:

reconcile with tsv 7

Location:
branches/reyalp-flt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/reyalp-flt/core/module_load.c

    r1467 r1476  
    330330   // store runtime params 
    331331   flat_module_name_make(modules[idx]->modulename, name); 
    332    modules[idx]->runtime_bind_callback = callback;     //@tsv reuse unneeded entry to store valuable 
     332   modules[idx]->runtime_bind_callback = (uint32_t) callback;     //@tsv reuse unneeded entry to store valuable 
    333333 
    334334   int bind_err=0; 
  • branches/reyalp-flt/tools/elf2flt/flt.h

    r1473 r1476  
    33 
    44typedef unsigned short uint16_t; 
    5  
    65typedef short int16_t; 
    76typedef unsigned int uint32_t; 
     
    2322    union { 
    2423        uint32_t rev;                           /* version (as above) */ 
    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 
    2924        uint32_t runtime_bind_callback; // while loaded: callback to chdk binder function  
    30 #endif 
    3125    }; 
    3226    uint32_t entry;        /* Offset of first executable instruction 
Note: See TracChangeset for help on using the changeset viewer.