Ignore:
Timestamp:
Jul 24, 2014, 3:19:15 PM (10 years ago)
Author:
cfuguet
Message:

reconfiguration/tsar_generic_iob: init memory value

  • Initialize memory with value different than 0 to expose software bugs concerning not initialized data
  • Adding Makefile rule to generate platform cscope tags file
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/reconfiguration/platforms/tsar_generic_iob/top.cpp

    r751 r756  
    896896#endif
    897897
     898   // initialize memory with a value different than 0 (expose software errors
     899   // dues to uninitialized data)
     900   loader.memory_default(0xA0);
     901
    898902   typedef soclib::common::GdbServer<soclib::common::Mips32ElIss> proc_iss;
    899903   proc_iss::set_loader(loader);
Note: See TracChangeset for help on using the changeset viewer.