diff python/target/arminstructions.py @ 305:0615b5308710

Updated docs
author Windel Bouwman
date Fri, 06 Dec 2013 13:50:38 +0100
parents 158068af716c
children 6f4753202b9a
line wrap: on
line diff
--- a/python/target/arminstructions.py	Fri Dec 06 12:45:02 2013 +0100
+++ b/python/target/arminstructions.py	Fri Dec 06 13:50:38 2013 +0100
@@ -746,6 +746,7 @@
     def __repr__(self):
         return '{} sp, sp, {}'.format(self.mnemonic, self.imm7 << 2)
 
+
 @instruction
 class AddSp(addspsp_base):
     mnemonic = 'add'