mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 02:09:43 +02:00
* don't use (non-volatile) ebx in assembler routine
git-svn-id: trunk@9193 -
This commit is contained in:
parent
05d744deb1
commit
4512eede06
@ -10,11 +10,11 @@ var
|
||||
var
|
||||
i : longint;
|
||||
asm
|
||||
movl j,%ebx
|
||||
movl (%ebx),%eax
|
||||
movl j,%ecx
|
||||
movl (%ecx),%eax
|
||||
movl $5,i
|
||||
addl i,%eax
|
||||
movl %eax,(%ebx)
|
||||
movl %eax,(%ecx)
|
||||
end;
|
||||
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user