* more testbench fixes

git-svn-id: trunk@1600 -
This commit is contained in:
tom_at_work 2005-10-26 21:42:20 +00:00
parent c5f89d7efd
commit 487c4f76a4
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ begin
p:=new(pa,init);
p^.p;
{ the vmt pointer gets an invalid value: }
plongint(p)^:=longint(@data);
pptrint(p)^:=ptrint(@data);
{ causes runerror }
p^.p;
halt(1);

View File

@ -1,4 +1,4 @@
{ %skipcpu=x86_64 }
{ %skipcpu=x86_64,powerpc64 }
{ %fail }
{ Source provided for Free Pascal Bug Report 3626 }