Re: [PATCH] riscv: probes: simulate c.jal instruction
From: Nam Cao
Date: Fri Jun 26 2026 - 00:15:30 EST
Xiaofeng Yuan <xiaofengmian@xxxxxxx> writes:
> Add simulate_c_jal() which saves the return address to x1 (ra)
> and sets the program counter to the target offset, matching
> the behavior of c.j (which is already simulated) plus the
> link register write that distinguishes c.jal from c.j.
Please reuse the existing c.j simulation to reduce code duplication.
Nam