mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-18 22:31:51 +02:00
* 1.0.x only
This commit is contained in:
parent
87438454b9
commit
3d4e245aaa
@ -1,4 +1,3 @@
|
||||
|
||||
{ Old file: tbs0079.pp }
|
||||
{ Shows problems with stackframe with assembler keyword OK 0.99.1 (CEC) }
|
||||
{ This test does not really
|
||||
@ -35,6 +34,12 @@ asm
|
||||
mov r3,y
|
||||
end;
|
||||
{$endif CPUARM}
|
||||
{$ifdef CPUX86_64}
|
||||
asm
|
||||
movl x,%eax
|
||||
movl y,%ecx
|
||||
end;
|
||||
{$endif CPUX86_64}
|
||||
|
||||
{procedure nothing(x,y: longint);
|
||||
begin
|
||||
|
@ -1,3 +1,5 @@
|
||||
{ %maxversion=1.0.99 }
|
||||
|
||||
{ Old file: tbs0138.pp }
|
||||
{ with problem, %esi can be crushed and is not restored OK 0.99.6 (PM) }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user