diff python/target/armframe.py @ 300:158068af716c

yafm
author Windel Bouwman
date Tue, 03 Dec 2013 18:00:22 +0100
parents 534b94b40aa8
children 6753763d3bec
line wrap: on
line diff
--- a/python/target/armframe.py	Sun Dec 01 18:37:23 2013 +0100
+++ b/python/target/armframe.py	Tue Dec 03 18:00:22 2013 +0100
@@ -1,7 +1,7 @@
 import ir
 from .basetarget import Label, Comment, Alignment, LabelRef, DebugInfo, Nop
 from .basetarget import Imm7
-from irmach import AbstractInstruction as makeIns, Frame
+from irmach import makeIns, Frame
 from .arminstructions import Dcd, AddSp, SubSp, Push, Pop, Mov2
 from .arminstructions import R0, R1, R2, R3, R4, R5, R6, R7, LR, PC, SP