소스 검색

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}
               ;