From 7e5bf5a9fbc07b8e2459545411ff41499679687b Mon Sep 17 00:00:00 2001 From: pierre Date: Thu, 24 Oct 2019 07:03:14 +0000 Subject: [PATCH] Fix compilation error for i8086 cpu target git-svn-id: trunk@43308 - --- compiler/x86/aasmcpu.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/x86/aasmcpu.pas b/compiler/x86/aasmcpu.pas index 237bc8332a..833145eceb 100644 --- a/compiler/x86/aasmcpu.pas +++ b/compiler/x86/aasmcpu.pas @@ -3245,7 +3245,7 @@ implementation &331,&332: ; &325: {$ifdef i8086} - inc(len); + inc(len) {$endif i8086} ;