pub fn unwind_program_counter_register(
return_address: RegisterValue,
current_pc: u64,
instruction_set: Option<InstructionSet>,
) -> Option<RegisterValue>Expand description
Helper function to determine the program counter value for the previous frame.