[PATCH] RISC-V: Fix FIXED_REGISTERS comment missing return address register

gcc/ChangeLog:

	* config/riscv/riscv.h: Fix FIXED_REGISTERS comment missing return
	address register.
This commit is contained in:
Yixuan Chen 2024-09-24 09:15:00 -06:00 committed by Jeff Law
parent 96246bff0b
commit 79a3d3da8c

View File

@ -316,7 +316,7 @@ ASM_MISA_SPEC
#define FIRST_PSEUDO_REGISTER 128
/* x0, sp, gp, and tp are fixed. */
/* x0, ra, sp, gp, and tp are fixed. */
#define FIXED_REGISTERS \
{ /* General registers. */ \