void SIM_instruction_force_correct(instruction_id_t ii);
This function removes the speculative status of the instruction. This can be used to model an architecture which is not consistent with program order execution. Use this function with care since it may lead to incorrect results.
ii is the id of the instruction to check,