Browse Source

Fix compilation error for i8086 cpu target

git-svn-id: trunk@43308 -
pierre 5 years ago
parent
commit
7e5bf5a9fb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/x86/aasmcpu.pas

+ 1 - 1
compiler/x86/aasmcpu.pas

@@ -3245,7 +3245,7 @@ implementation
             &331,&332: ;
             &331,&332: ;
             &325:
             &325:
 {$ifdef i8086}
 {$ifdef i8086}
-                inc(len);
+                inc(len)
 {$endif i8086}
 {$endif i8086}
               ;
               ;