diff test/testarmasm.py @ 348:442fb043d149

Added log option to zcc
author Windel Bouwman
date Sat, 08 Mar 2014 15:32:33 +0100
parents 3bb7dcfe5529
children 13a6e73b448f
line wrap: on
line diff
--- a/test/testarmasm.py	Fri Mar 07 17:05:32 2014 +0100
+++ b/test/testarmasm.py	Sat Mar 08 15:32:33 2014 +0100
@@ -14,7 +14,7 @@
         self.t = arm_target
         self.obj = ObjectFile()
         self.ostream = BinaryOutputStream(self.obj)
-        self.ostream.selectSection('.text')
+        self.ostream.select_section('.text')
         self.a = a #Assembler(target=self.t)
 
     def testMovImm(self):