mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-07 05:27:13 +01:00
* bug with -Rintel switch....
This commit is contained in:
parent
1e8aae96db
commit
fd838487e0
11
bugs/bug0125.pp
Normal file
11
bugs/bug0125.pp
Normal file
@ -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.
|
||||
Loading…
Reference in New Issue
Block a user