On 7/7/26 16:06, Shivang Upadhyay wrote:
On Mon, 2026-07-06 at 23:39 +0530, Nikhil Kumar Singh wrote:
+
+ return true;
+}
+
You are using gen_addr_register and gen_addr_reg_index, do_ea_calc
instead.
Hi,
Seems like these functions are refactor-able. I can send in another
patch to clean it across all usages.
I agree with Nikhil. This should be done as part of the original
movement patch.
Thanks for catching this Nikhil.
Please take care to use the appropriate method, do_ea_calc or
do_ea_calc_ra, as needed.
Regards,
Chinmay
~Shivang.