diff python/asm.py @ 235:ff40407c0240

Fix ALabel to Label
author Windel Bouwman
date Mon, 15 Jul 2013 17:20:37 +0200
parents 1fa3e0050b49
children 8786811a5a59
line wrap: on
line diff
--- a/python/asm.py	Sun Jul 14 19:29:21 2013 +0200
+++ b/python/asm.py	Mon Jul 15 17:20:37 2013 +0200
@@ -193,6 +193,7 @@
     def back_patch(self):
         """ Fix references to earlier labels """
         pass
+        #self.output.backpatch()
 
 
 if __name__ == '__main__':