CVS: htdocs/cgi-bin disassemble.py,1.7,1.8

Chris Liechti <[email protected]>
Newsgroups gmane.comp.hardware.texas-instruments.msp430.gcc.cvs
Message-ID <[email protected]>
Update of /cvsroot/mspgcc/htdocs/cgi-bin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17800/htdocs/cgi-bin

Modified Files:
	disassemble.py 
Log Message:
missing import

Index: disassemble.py
===================================================================
RCS file: /cvsroot/mspgcc/htdocs/cgi-bin/disassemble.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -w -d -r1.7 -r1.8
--- disassemble.py	1 Aug 2004 16:03:21 -0000	1.7
+++ disassemble.py	3 Aug 2004 13:17:12 -0000	1.8
@@ -246,7 +246,7 @@
         if options.binary is not None:
             sys.stderr.write("---- file: %s ----\n" % options.binary)
             if options.binary:
-                import msp430, msp430.memory
+                import msp430, msp430.memory, msp430.elf
                 data = msp430.memory.Memory()
                 try:
                     data.loadFile(options.binary)



-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.