gas: sframe: fix comment

This commit is contained in:
Indu Bhagat 2023-04-19 14:12:06 -07:00
parent 1f7e2b39c6
commit 6e4724970e

View file

@ -661,7 +661,7 @@ output_sframe_internal (void)
out_one (fixed_bp_offset);
/* Offset for the return address from CFA is fixed for some ABIs
(e.g., AMD64), output a zero otherwise. */
(e.g., AMD64), output a SFRAME_CFA_FIXED_RA_INVALID otherwise. */
#ifdef sframe_ra_tracking_p
if (!sframe_ra_tracking_p ())
fixed_ra_offset = sframe_cfa_ra_offset ();