mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 18:07:56 +02:00
+ bug with Rintel
This commit is contained in:
parent
231ce70452
commit
7538fd49d4
11
bugs/bug0124.pp
Normal file
11
bugs/bug0124.pp
Normal file
@ -0,0 +1,11 @@
|
||||
{ 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.
|
Loading…
Reference in New Issue
Block a user