mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-01 13:29:32 +01:00
* fixed test units/system/tassignd.pp for i8086 medium/compact memory model
git-svn-id: trunk@25820 -
This commit is contained in:
parent
f006476ff0
commit
2a11883ad6
@ -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;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user