From 0fb4fca957e02129140e8303f85a75f8f2b87572 Mon Sep 17 00:00:00 2001 From: florian Date: Tue, 5 Mar 2024 22:23:39 +0100 Subject: [PATCH] * fix building of llvm compiler after node flag refactoring --- compiler/llvm/nllvmbas.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/llvm/nllvmbas.pas b/compiler/llvm/nllvmbas.pas index e3a9fa6360..820c6b9e7e 100644 --- a/compiler/llvm/nllvmbas.pas +++ b/compiler/llvm/nllvmbas.pas @@ -201,7 +201,7 @@ interface begin oldasmlist:=nil; if not(po_assembler in current_procinfo.procdef.procoptions) and - not(nf_get_asm_position in flags) then + not(asmnf_get_asm_position in asmnodeflags) then begin { store the assembler code in a separate list, so we can make it the argument of an asmblock instruction } @@ -214,7 +214,7 @@ interface end; inherited; if not(po_assembler in current_procinfo.procdef.procoptions) and - not(nf_get_asm_position in flags) then + not(asmnf_get_asm_position in asmnodeflags) then begin asmai:=taillvm.asm_paras(current_asmdata.CurrAsmList,fsymboldata); fsymboldata:=nil;