mspsim should warn at bad memory access (not activated yet)

This commit is contained in:
fros4943 2008-12-03 15:36:49 +00:00
parent 430333b515
commit d8b0705cb3

View file

@ -26,7 +26,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* $Id: MspMote.java,v 1.15 2008/10/28 17:02:13 fros4943 Exp $ * $Id: MspMote.java,v 1.16 2008/12/03 15:36:49 fros4943 Exp $
*/ */
package se.sics.cooja.mspmote; package se.sics.cooja.mspmote;
@ -237,7 +237,8 @@ public abstract class MspMote implements Mote {
myELFModule = node.loadFirmware(fileELF.getPath(), memory); myELFModule = node.loadFirmware(fileELF.getPath(), memory);
} }
/* TODO Need new memory type including size and type as well */ /* Throw exceptions at bad memory access */
/*myCpu.setThrowIfWarning(true);*/
/* Create mote address memory */ /* Create mote address memory */
MapTable map = myELFModule.getMap(); MapTable map = myELFModule.getMap();