diff options
author | Jeff Law <jlaw@ventanamicro.com> | 2024-01-21 15:44:53 -0700 |
---|---|---|
committer | Jeff Law <jlaw@ventanamicro.com> | 2024-01-21 15:45:11 -0700 |
commit | 5efd98c6f818ce2c55f54c34008557d0a3f953aa (patch) | |
tree | 47b2623e5e7281caa3fd9ab6d2cebabd666de16c /gcc/config | |
parent | b1829de17bdf9770b276756ead49eba6f408ecd1 (diff) | |
download | gcc-5efd98c6f818ce2c55f54c34008557d0a3f953aa.zip gcc-5efd98c6f818ce2c55f54c34008557d0a3f953aa.tar.gz gcc-5efd98c6f818ce2c55f54c34008557d0a3f953aa.tar.bz2 |
Install right version of last change.
gcc/
* config/riscv/riscv.cc (riscv_init_cumulative_args): Install
correcction version of last change.
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/riscv/riscv.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/riscv/riscv.cc b/gcc/config/riscv/riscv.cc index 5ee54b9..3ba45ff 100644 --- a/gcc/config/riscv/riscv.cc +++ b/gcc/config/riscv/riscv.cc @@ -4872,6 +4872,7 @@ riscv_pass_fpr_pair (machine_mode mode, unsigned regno1, for a call to a function whose data type is FNTYPE. For a library call, FNTYPE is 0. */ +void riscv_init_cumulative_args (CUMULATIVE_ARGS *cum, tree fntype, rtx, tree, int) { memset (cum, 0, sizeof (*cum)); |