Changeset 211 for soft


Ignore:
Timestamp:
Aug 23, 2012, 5:14:11 PM (12 years ago)
Author:
karaoui
Message:

fixing the pseg_type bug.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/memo/src/memo.cpp

    r210 r211  
    508508
    509509    //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 type
     510    if(ps->type() != PSEG_TYPE_PERI)//take into acount only vseg who are not of the peri type
    511511    {
    512512        //set the lma
Note: See TracChangeset for help on using the changeset viewer.