aboutsummaryrefslogtreecommitdiffstats
path: root/awlsim/core/instructions/insn_call.pxd.in
blob: 2a77fea62240cac20cd9c7f266478f088e2274b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
from awlsim.common.cython_support cimport *
from awlsim.core.instructions.main cimport *

cdef class AwlInsn_AbstractCall(AwlInsn):
	pass

cdef class AwlInsn_CALL(AwlInsn_AbstractCall):
	pass

cdef class AwlInsn_CC(AwlInsn_AbstractCall):
	pass

cdef class AwlInsn_UC(AwlInsn_AbstractCall):
	pass
bues.ch cgit interface