mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-11-28 03:09:56 +08:00
[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:
parent
96246bff0b
commit
79a3d3da8c
@ -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. */ \
|
||||
|
Loading…
Reference in New Issue
Block a user