Update of /cvsroot/wisp/wisp/users/dig
In directory sc8-pr-cvs1:/tmp/cvs-serv6131
Modified Files:
tran.py
Log Message:
less forcing
Index: tran.py
===================================================================
RCS file: /cvsroot/wisp/wisp/users/dig/tran.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- tran.py 14 Apr 2003 21:59:25 -0000 1.7
+++ tran.py 14 Apr 2003 22:24:00 -0000 1.8
@@ -256,7 +256,7 @@
raise 'Regstack not empty after parsing ended', Regstack
binary = elf.make_ELF32_object(text = Text, data = Data, flags = 's')
f = open(output_name, 'w')
- binary.get_file(force = 1).tofile(f)
+ binary.get_file().tofile(f)
f.close()
main()
|