Fix test for compact and medium i8086 memory model

git-svn-id: trunk@34071 -
This commit is contained in:
pierre 2016-07-05 22:11:28 +00:00
parent 47f01eaa52
commit c8b1ca59d5

View File

@ -9,7 +9,7 @@ type
end;
var
Foo,Foo2: Pointer;
Foo,Foo2: CodePointer;
begin
Foo := @TMyClass.MyAbstractMethod;
Foo2 := @TMyClass.MyAbstractMethod2;