Explorar el Código

* bug with -Rintel switch....

carl hace 27 años
padre
commit
fd838487e0
Se han modificado 1 ficheros con 11 adiciones y 0 borrados
  1. 11 0
      bugs/bug0125.pp

+ 11 - 0
bugs/bug0125.pp

@@ -0,0 +1,11 @@
+
+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.