Browse Source

* fixed test tb0309.pp for i8086 medium/compact memory models

git-svn-id: trunk@25821 -
nickysn 11 years ago
parent
commit
7e3d041a11
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/tbs/tb0309.pp

+ 1 - 1
tests/tbs/tb0309.pp

@@ -29,7 +29,7 @@ type
 var
 var
    p : pa;
    p : pa;
    data : array[0..4] of longint;
    data : array[0..4] of longint;
-   saveexit : pointer;
+   saveexit : codepointer;
 
 
   procedure testerror;
   procedure testerror;
     begin
     begin