Previous - Up - Next

SIM_instruction_phase()

NAME
SIM_instruction_phase — get instruction phase

SYNOPSIS
instruction_phase_t 
SIM_instruction_phase(instruction_id_t ii);

DESCRIPTION
Returns the phase the instruction with id ii has successfully passed. See SIM_instruction_set_stop_phase for a description of the different phases.

EXCEPTIONS
Index Thrown if ii is illegal.
RETURN VALUE
The last completed phase.

Previous - Up - Next