CVS: msp430simu core.py,1.19,1.20

Chris Liechti <[email protected]> Thu, 29 May 2008 06:48:24 -0700
Newsgroups gmane.comp.hardware.texas-instruments.msp430.gcc.cvs
Message-ID <[email protected]>
Update of /cvsroot/mspgcc/msp430simu
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv24859/msp430simu

Modified Files:
	core.py 
Log Message:


Index: core.py
===================================================================
RCS file: /cvsroot/mspgcc/msp430simu/core.py,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -w -d -r1.19 -r1.20
--- core.py	31 Dec 2005 04:27:36 -0000	1.19
+++ core.py	29 May 2008 13:48:17 -0000	1.20
@@ -302,7 +302,7 @@
 
     def reset(self):
         """perform a power up reset"""
-        #~ self.values = [0xff] * (self.endaddress - self.startaddress + 1)
+        self.values = [0xff] * (self.endaddress - self.startaddress + 1)
 
     def set(self, address, value, bytemode=0):
         """write value to address"""
@@ -344,7 +344,7 @@
 
     def reset(self):
         """perform a power up reset"""
-        #~ self.values = [0] * (self.endaddress - self.startaddress + 1)
+        self.values = [0] * (self.endaddress - self.startaddress + 1)
 
     def set(self, address, value, bytemode=0):
         """write value to address"""


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/