This commit is contained in:
Dolu1990 2024-09-20 11:40:28 +02:00
parent fd2d784298
commit 8c1e69b872
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ class DecoderSimplePlugin(catchIllegalInstruction : Boolean = false,
}
}
val detectLegalInstructions = catchIllegalInstruction || throwIllegalInstruction || forceLegalInstructionComputation || assertIllegalInstruction
val detectLegalInstructions = true
object ASSERT_ERROR extends Stageable(Bool)