Assert all InstructionGroups are closed in TargetIsa.__init__(); Close x86 group

This commit is contained in:
Dimo
2017-07-24 13:41:04 -07:00
committed by Jakob Stoklund Olesen
parent 736b6a44a7
commit 351d4af4eb
2 changed files with 7 additions and 0 deletions

View File

@@ -43,3 +43,5 @@ sdivmodx = Instruction(
Return both quotient and remainder.
""",
ins=(nlo, nhi, d), outs=(q, r), can_trap=True)
GROUP.close()