aboutsummaryrefslogtreecommitdiffstats
path: root/awlsim/core/instructions/insn_assert_le.pxd.in
blob: ec12ef4499f3a3deef5c4f0bba6d15c991ed7132 (plain)
1
2
3
4
5
from awlsim.common.cython_support cimport *
from awlsim.core.instructions.main cimport *

cdef class AwlInsn_ASSERT_LE(AwlInsn):
	pass
bues.ch cgit interface