소스 검색

*** empty log message ***

carl 27 년 전
부모
커밋
231ce70452
1개의 변경된 파일0개의 추가작업 그리고 11개의 파일을 삭제
  1. 0 11
      bugs/bug0125.pp

+ 0 - 11
bugs/bug0125.pp

@@ -1,11 +0,0 @@
-{ Compile with -Rintel switch }
-var
- l : longint;
-begin
- { problem here is that l is replaced by BP-offset     }
- { relative to stack, and the parser thinks all wrong  }
- { because of this.                                    }
- asm
-   mov eax, [eax*4+l]    
- end;
-end.