Changes between Version 7 and Version 8 of Tools/Memory Checker


Ignore:
Timestamp:
Feb 16, 2009, 1:39:18 PM (15 years ago)
Author:
Joel Porquet
Comment:

typo

Legend:

Unmodified
Added
Removed
Modified
  • Tools/Memory Checker

    v7 v8  
    5757
    5858   // With Memory checker
    59    soclib::common::Memchecker<soclib::common::Mips32ElIss>::init(maptab, loader, "tty,ramdac_ctrl");
     59   soclib::common::IssMemchecker<soclib::common::Mips32ElIss>::init(maptab, loader, "tty,ramdac_ctrl");
    6060   soclib::caba::VciXcacheWrapper<soclib::common::IssMemchecker<soclib::common::Mips32ElIss> > cpu0("cpu0", 0, maptab, IntTab(0), 1,8,4, 1,8,4);
    6161}}}