瀏覽代碼

Fix compilation error for i8086 cpu target

git-svn-id: trunk@43308 -
pierre 5 年之前
父節點
當前提交
7e5bf5a9fb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/x86/aasmcpu.pas

+ 1 - 1
compiler/x86/aasmcpu.pas

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