Assert all InstructionGroups are closed in TargetIsa.__init__(); Close x86 group
This commit is contained in:
committed by
Jakob Stoklund Olesen
parent
7caaf7fea1
commit
b448574a49
@@ -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