summaryrefslogtreecommitdiff
path: root/compiler/riscv64
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/riscv64')
-rw-r--r--compiler/riscv64/cpuinfo.pas3
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/riscv64/cpuinfo.pas b/compiler/riscv64/cpuinfo.pas
index 1ccfaff103..19b8805b2a 100644
--- a/compiler/riscv64/cpuinfo.pas
+++ b/compiler/riscv64/cpuinfo.pas
@@ -94,7 +94,8 @@ Const
'RV64I'
);
- fputypestr: array[tfputype] of string[8] = ('',
+ fputypestr: array[tfputype] of string[8] = (
+ 'NONE',
'LIBGCC',
'SOFT',
'FD'