Changes between Version 2 and Version 3 of Component/Iss Wrapper


Ignore:
Timestamp:
Jan 27, 2008, 12:48:25 PM (16 years ago)
Author:
Nicolas Pouillon
Comment:

Mips -> MipsEl

Legend:

Unmodified
Added
Removed
Modified
  • Component/Iss Wrapper

    v2 v3  
    1111soclib::caba::IssWrapper<typename iss_t>
    1212}}}
    13 For instance if wrapping a [wiki:Component/Mips Mips]:
     13For instance if wrapping a [wiki:Component/Mips Mips], little endian form:
    1414{{{
    15 soclib::caba::IssWrapper<soclib::common::MipsIss>
     15soclib::caba::IssWrapper<soclib::common::MipsElIss>
    1616}}}
    1717
     
    2525}}}
    2626
    27 Again, with a mips, we get:
     27Again, with a mipsel, we get:
    2828{{{
    29 soclib::caba::IssWrapper<soclib::common::MipsIss> mips0( "mips0", 0 );
     29soclib::caba::IssWrapper<soclib::common::MipsElIss> mips0( "mips0", 0 );
    3030}}}
    3131