Previous - Up - Next

SIM_instruction_id_from_mem_op_id()

NAME
SIM_instruction_id_from_mem_op_id — return instruction id

SYNOPSIS
instruction_id_t
SIM_instruction_id_from_mem_op_id(conf_object_t *cpu, int mem_trans_id);

DESCRIPTION
Given the memory_transaction id mem_trans_id this function returns the corresponding instruction id.

RETURN VALUE
The instruction id of the instruction corresponding to the memory transaction id, or NULL if no instruction match.

Previous - Up - Next