aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
Diffstat (limited to 'gas')
-rw-r--r--gas/config/tc-riscv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-riscv.c b/gas/config/tc-riscv.c
index 42d7bf6..5411d68 100644
--- a/gas/config/tc-riscv.c
+++ b/gas/config/tc-riscv.c
@@ -260,7 +260,7 @@ riscv_set_rvc (bool rvc_value)
/* Turn on the tso flag for elf_flags once we have enabled ztso extension. */
static void
-riscv_set_tso ()
+riscv_set_tso (void)
{
elf_flags |= EF_RISCV_TSO;
}