Changeset 173 for soft/giet_vm/memo/src/libelfpp
- Timestamp:
- Jul 18, 2012, 4:59:19 PM (13 years ago)
- File:
- 
          - 1 edited
 
 - 
          soft/giet_vm/memo/src/libelfpp/elfpp_section.cc (modified) (2 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
        soft/giet_vm/memo/src/libelfpp/elfpp_section.ccr163 r173 23 23 #include <stdlib.h> 24 24 #include <cstring> 25 #include <stdlib.h> 26 25 27 26 28 #include <dpp/foreach> … … 81 83 82 84 size_ = size; 85 } 86 87 void section::set_content(void* a) 88 { 89 if(content_) 90 free(content_); 91 content_ = (uint8_t*) a; 83 92 } 84 93 
Note: See TracChangeset
          for help on using the changeset viewer.
      ![(please configure the [header_logo] section in trac.ini)](/trac/giet-vm/chrome/site/your_project_logo.png)
