Previous
-
Up
-
Next
SIM_instruction_cpu()
NAME
SIM_instruction_cpu
— get the CPU of an instruction
SYNOPSIS
conf_object_t * SIM_instruction_cpu(instruction_id_t ii);
DESCRIPTION
Returns the CPU that the instructions
ii
was created on using
SIM_instruction_begin
.
EXCEPTIONS
Index
Thrown if ii is illegal.
RETURN VALUE
The CPU of the instruction ii.
Previous
-
Up
-
Next