summaryrefslogtreecommitdiff
path: root/compiler/cgutils.pas
diff options
context:
space:
mode:
authorflorian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2>2018-09-26 19:49:08 +0000
committerflorian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2>2018-09-26 19:49:08 +0000
commit844935a6ffbca5d7ae4758de3aa4ef8496543f3a (patch)
tree4cc43a6480f3e1a1702fda012b2da986a015a0b3 /compiler/cgutils.pas
parentacb2f648fb97fdc281287b6cdb3d0ca2a537ae7a (diff)
downloadfpc-844935a6ffbca5d7ae4758de3aa4ef8496543f3a.tar.gz
Merged riscv_new branch
git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@39813 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'compiler/cgutils.pas')
-rw-r--r--compiler/cgutils.pas5
1 files changed, 4 insertions, 1 deletions
diff --git a/compiler/cgutils.pas b/compiler/cgutils.pas
index 0c1374b69a..3e2475ced6 100644
--- a/compiler/cgutils.pas
+++ b/compiler/cgutils.pas
@@ -74,7 +74,10 @@ unit cgutils;
base,
index : tregister;
refaddr : trefaddr;
- scalefactor : byte;
+ scalefactor : byte;
+{$if defined(riscv32) or defined(riscv64)}
+ symboldata : tlinkedlistitem;
+{$endif riscv32/64}
{$ifdef arm}
symboldata : tlinkedlistitem;
signindex : shortint;