zhengxiaolinX
zhengxiaolinX
> Personally, I prefer the following style: > > ``` > __ relocate(spec, [&] { > int32_t off = 0; > la_patchable(t0, RuntimeAddress(entry), off); > jalr(x1, t0, off); > });...
Thanks for reviewing! @RealFYang @yadongw Will wait for #10697 to be merged first for it seems needs a redo if mine goes first.
Test results (new code for refactoring in this patch) on QEMU & my board in the several days look okay. /integrate
Thanks for the advice. We are currently working on this.