Changeset 211 for soft/giet_vm/memo/src/memo.cpp
- Timestamp:
- Aug 23, 2012, 5:14:11 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/memo/src/memo.cpp
r210 r211 508 508 509 509 //should we check that we have the same type for the pseg and vobj? 510 if(ps->type() != VOBJ_TYPE_PERI)//take into acount only vseg who are not of the peri type510 if(ps->type() != PSEG_TYPE_PERI)//take into acount only vseg who are not of the peri type 511 511 { 512 512 //set the lma
Note: See TracChangeset
for help on using the changeset viewer.