gas: sframe: fix comment
authorIndu Bhagat <indu.bhagat@oracle.com>
Wed, 19 Apr 2023 21:12:06 +0000 (14:12 -0700)
committerIndu Bhagat <indu.bhagat@oracle.com>
Wed, 19 Apr 2023 21:37:42 +0000 (14:37 -0700)
gas/gen-sframe.c

index 9e6a9d16a6423536eb60d68a754e4db11100b1be..b0bf514be75171ffbbb3c47f24d1536632ee4797 100644 (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 ();