From 3db9559b0a3d67ff929f752725d41fab5643daf7 Mon Sep 17 00:00:00 2001 From: Debian Elfutils Maintainers Date: Tue, 4 Jul 2023 10:37:16 +0100 Subject: [PATCH] riscv-retval-workaround Gbp-Pq: Name riscv-retval-workaround.patch --- backends/riscv_retval.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backends/riscv_retval.c b/backends/riscv_retval.c index 0a1e02f..95bfdc3 100644 --- a/backends/riscv_retval.c +++ b/backends/riscv_retval.c @@ -111,7 +111,7 @@ flatten_aggregate_arg (Dwarf_Die *typedie __attribute__ ((unused)), Dwarf_Die *arg1 __attribute__ ((unused))) { /* ??? */ - return 1; + return 0; } static int -- 2.30.2