hare

[hare] The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

commit 80e45e4d931a6e90d999846b86471cac00d2a6d5
parent 1100ca73a4e146697889b4a35c842314a0e411ca
Author: Andreas Schwab <schwab@suse.de>
Date:   Wed, 21 Feb 2024 22:05:02 +0100

debug+riscv: use correct comment syntax

Signed-off-by: Andreas Schwab <schwab@suse.de>

Diffstat:
Mdebug/+riscv64/getfp.s | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debug/+riscv64/getfp.s b/debug/+riscv64/getfp.s @@ -1,5 +1,5 @@ -// SPDX-License-Identifier: MPL-2.0 -// (c) Hare authors <https://harelang.org> +# SPDX-License-Identifier: MPL-2.0 +# (c) Hare authors <https://harelang.org> .section ".text.debug.getfp","ax" .global debug.getfp