summaryrefslogtreecommitdiff
path: root/riscv_new/compiler/riscv64/cpunode.pas
diff options
context:
space:
mode:
Diffstat (limited to 'riscv_new/compiler/riscv64/cpunode.pas')
-rw-r--r--riscv_new/compiler/riscv64/cpunode.pas3
1 files changed, 2 insertions, 1 deletions
diff --git a/riscv_new/compiler/riscv64/cpunode.pas b/riscv_new/compiler/riscv64/cpunode.pas
index f9f680bf91..e619c41a42 100644
--- a/riscv_new/compiler/riscv64/cpunode.pas
+++ b/riscv_new/compiler/riscv64/cpunode.pas
@@ -32,7 +32,8 @@ uses
ncgbas, ncgld, ncgflw, ncgcnv, ncgmem, ncgcon, ncgcal, ncgset, ncginl, ncgopt,
ncgobjc,
{ symtable }
- symcpu,
+ symcpu,
+ aasmdef,
{ to be able to only parts of the generic code,
the processor specific nodes must be included
after the generic one (FK)