mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-03 15:32:11 +02:00
* mark used registers in assembler block so the compiler saves/restores
them if necessary git-svn-id: trunk@15530 -
This commit is contained in:
parent
8be466546a
commit
0def7f801e
@ -51,7 +51,7 @@ var
|
||||
inc ecx
|
||||
cmp ecx,6
|
||||
jne @LLloop
|
||||
end;
|
||||
end ['esi','edi','ecx','ebx'];
|
||||
for i:=0 to 5 do
|
||||
if x[i]<>i then
|
||||
has_error:=true;
|
||||
|
Loading…
Reference in New Issue
Block a user