diff python/ppci/codegen/codegen.py @ 316:56e6ff84f646

Fixed burn led demo
author Windel Bouwman
date Sat, 21 Dec 2013 13:13:26 +0100
parents 2c9768114877
children 6f4753202b9a
line wrap: on
line diff
--- a/python/ppci/codegen/codegen.py	Sat Dec 21 10:03:01 2013 +0100
+++ b/python/ppci/codegen/codegen.py	Sat Dec 21 13:13:26 2013 +0100
@@ -27,10 +27,10 @@
 
         # Canonicalize the intermediate language:
         canonicalize(irfunc, frame)
-        self.logger.info('after canonicalize', extra={'irfunc':irfunc})
+        self.logger.info('after canonicalize', extra={'irfunc': irfunc})
         self.verifier.verify_function(irfunc)
         self.ins_sel.munchFunction(irfunc, frame)
-        self.logger.info('Selected instructions', extra={'ppci_frame':frame})
+        self.logger.info('Selected instructions', extra={'ppci_frame': frame})
 
         # Do register allocation:
         self.ra.allocFrame(frame)