mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 02:06:10 +02:00
Fix test for compact and medium i8086 memory model
git-svn-id: trunk@34071 -
This commit is contained in:
parent
47f01eaa52
commit
c8b1ca59d5
@ -9,7 +9,7 @@ type
|
||||
end;
|
||||
|
||||
var
|
||||
Foo,Foo2: Pointer;
|
||||
Foo,Foo2: CodePointer;
|
||||
begin
|
||||
Foo := @TMyClass.MyAbstractMethod;
|
||||
Foo2 := @TMyClass.MyAbstractMethod2;
|
||||
|
Loading…
Reference in New Issue
Block a user