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 7caaf7fea1
commit b448574a49
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()