* fixed test units/system/tassignd.pp for i8086 medium/compact memory model

git-svn-id: trunk@25820 -
This commit is contained in:
nickysn 2013-10-18 14:18:36 +00:00
parent f006476ff0
commit 2a11883ad6

View File

@ -6,6 +6,9 @@
{$endif} {$endif}
type type
{$ifndef fpc}
CodePointer = Pointer;
{$endif}
tmyobject = object tmyobject = object
procedure myroutine(x: byte); procedure myroutine(x: byte);
@ -23,7 +26,7 @@ type
type type
objpointer = packed record objpointer = packed record
_method : pointer; _method : codepointer;
_vmt : pointer; _vmt : pointer;
end; end;