Ignore:
Timestamp:
May 9, 2008, 8:00:21 PM (16 years ago)
Author:
rosiere
Message:

Add component : Context_State (manage miss prediction, exception , decod_enable, synchronisation instruction ...)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/src/XML_get_body.cpp

    r81 r83  
    2727    std::string tabulation = indent(depth);
    2828
    29     body.insert(0,tabulation);
    30     for (size_t pos=body.find('\n',0); pos<body.length()-1; pos=body.find('\n',++pos))
     29//  body.insert(0,tabulation);
     30    for (size_t pos=body.find('\n',0); (pos<body.length()-1); pos=body.find('\n',++pos))
    3131      body.insert(++pos,tabulation);
    3232
Note: See TracChangeset for help on using the changeset viewer.