On 1/15/26 3:54 AM, Jens Remus wrote: >> + /* Unused for flex FDE. Set to zero. */ >> + if (sframe_fde->fde_flex_p) >> + fre_base_reg = SFRAME_BASE_REG_FP; > I would prefer the following, as it took me a while to realize that > SFRAME_BASE_REG_FP is defined as 0: > > fre_base_reg = 0; OK.