Fix #430
This commit is contained in:
parent
fd2d784298
commit
8c1e69b872
|
@ -88,7 +88,7 @@ class DecoderSimplePlugin(catchIllegalInstruction : Boolean = false,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
val detectLegalInstructions = catchIllegalInstruction || throwIllegalInstruction || forceLegalInstructionComputation || assertIllegalInstruction
|
val detectLegalInstructions = true
|
||||||
|
|
||||||
object ASSERT_ERROR extends Stageable(Bool)
|
object ASSERT_ERROR extends Stageable(Bool)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue