From: Indu Bhagat Date: Wed, 19 Apr 2023 21:12:06 +0000 (-0700) Subject: gas: sframe: fix comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6e4724970e7316387d5ff28958c25906f283c592;p=binutils-gdb.git gas: sframe: fix comment --- diff --git a/gas/gen-sframe.c b/gas/gen-sframe.c index 9e6a9d16a64..b0bf514be75 100644 --- a/gas/gen-sframe.c +++ b/gas/gen-sframe.c @@ -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 ();