diff python/target/basetarget.py @ 306:b145f8e6050b

Start on c3 rewrite
author Windel Bouwman
date Mon, 09 Dec 2013 19:00:21 +0100
parents 534b94b40aa8
children 6f4753202b9a
line wrap: on
line diff
--- a/python/target/basetarget.py	Fri Dec 06 13:50:38 2013 +0100
+++ b/python/target/basetarget.py	Mon Dec 09 19:00:21 2013 +0100
@@ -141,6 +141,7 @@
         self.desc = desc
         self.registers = []
         self.instructions = []
+        self.byte_sizes = {'int':4}  # For front end!
 
     def instruction(self, cls):
         """ Decorator function that registers an instruction to this target """