Continuation of #593 which removed the exclusive parameter from emit_validate_and_profile_instruction_count().
This PR removes the exclusive parameter from emit_validate_instruction_count().
It also fixes an error priority bug in callx ExceededMaxInstructions.
Continuation of #593 which removed the
exclusive
parameter fromemit_validate_and_profile_instruction_count()
. This PR removes theexclusive
parameter fromemit_validate_instruction_count()
.It also fixes an error priority bug in callx
ExceededMaxInstructions
.