summaryrefslogtreecommitdiff
path: root/compiler/riscv64
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/riscv64')
-rw-r--r--compiler/riscv64/cpubase.pas1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/riscv64/cpubase.pas b/compiler/riscv64/cpubase.pas
index a93b3a2d1f..48fcffc9a7 100644
--- a/compiler/riscv64/cpubase.pas
+++ b/compiler/riscv64/cpubase.pas
@@ -124,7 +124,6 @@ const
type
{ Number of registers used for indexing in tables }
tregisterindex=0..{$i rrv32nor.inc}-1;
- totherregisterset = set of tregisterindex;
const
maxvarregs = 32-6; { 32 int registers - r0 - stackpointer - r2 - 3 scratch registers }