Browse Source

Use SizeInt type for DoMem variable argument, as it might be different from PtrInt, for instance for some msdos memory models

git-svn-id: trunk@34022 -
pierre 9 years ago
parent
commit
8058f6b301
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/tbs/tb0239.pp

+ 1 - 1
tests/tbs/tb0239.pp

@@ -9,7 +9,7 @@ uses
 Type
    PS=^String;
 var
-  mem : ptrint;
+  mem : sizeint;
 
 
 procedure test;