* 1.0.x only

This commit is contained in:
peter 2004-05-02 12:50:23 +00:00
parent 87438454b9
commit 3d4e245aaa
2 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -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) }