Ignore:
Timestamp:
Jul 18, 2012, 4:59:19 PM (12 years ago)
Author:
karaoui
Message:

Adding BLOB type for vobj.
Don't forget to set as BLOB type the mapping_info vobj in the xml.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/memo/include/libelfpp/elfpp/elfpp_section.hh

    r163 r173  
    110110
    111111    /** @this sets pointer to section content buffer */
    112     inline void set_content(void* a);
     112    void set_content(void* a);
    113113    /** @this gets pointer to section content buffer */
    114114    inline uint8_t *get_content() const;
Note: See TracChangeset for help on using the changeset viewer.