diff python/ppci/transform.py @ 336:d1ecc493384e

Added spiffy armtoken class for bit fiddeling. Added cool test that checks for build repeatability
author Windel Bouwman
date Wed, 19 Feb 2014 22:32:15 +0100
parents 6f4753202b9a
children c2ddc8a36f5e
line wrap: on
line diff
--- a/python/ppci/transform.py	Mon Feb 17 20:41:30 2014 +0100
+++ b/python/ppci/transform.py	Wed Feb 19 22:32:15 2014 +0100
@@ -157,7 +157,7 @@
 
     def glue_blocks(self, block1, block2, f):
         """ Glue two blocks together into the first block """
-        self.logger.debug('Glueing {} and {}'.format(block1, block2))
+        self.logger.debug('Merging {} and {}'.format(block1.name, block2.name))
 
         # Remove the last jump:
         block1.removeInstruction(block1.LastInstruction)