Assert all InstructionGroups are closed in TargetIsa.__init__(); Close x86 group
This commit is contained in:
committed by
Jakob Stoklund Olesen
parent
736b6a44a7
commit
351d4af4eb
@@ -43,3 +43,5 @@ sdivmodx = Instruction(
|
||||
Return both quotient and remainder.
|
||||
""",
|
||||
ins=(nlo, nhi, d), outs=(q, r), can_trap=True)
|
||||
|
||||
GROUP.close()
|
||||
|
||||
Reference in New Issue
Block a user