mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-26 04:50:08 +02:00
*** empty log message ***
This commit is contained in:
parent
be9a849b45
commit
231ce70452
@ -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.
|
Loading…
Reference in New Issue
Block a user