Changeset 224


Ignore:
Timestamp:
Nov 28, 2012, 8:34:33 PM (12 years ago)
Author:
karaoui
Message:

no incrementation when of the next_lma (next base of a pseg) when handling the identity mapping.

File:
1 edited

Legend:

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

    r210 r224  
    282282{
    283283    vseg.m_lma = vseg.m_vma;
    284     incNextLma(vseg.length());//to keep track of space used
     284    //incNextLma(vseg.length());//to keep track of space used
    285285    m_vsegs.push_back(vseg);
    286286}
Note: See TracChangeset for help on using the changeset viewer.