Browse Source

Fix test for compact and medium i8086 memory model

git-svn-id: trunk@34071 -
pierre 9 years ago
parent
commit
c8b1ca59d5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/webtbs/tw24536.pp

+ 1 - 1
tests/webtbs/tw24536.pp

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