mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 04:09:30 +02: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}
|
||||
|
||||
type
|
||||
{$ifndef fpc}
|
||||
CodePointer = Pointer;
|
||||
{$endif}
|
||||
|
||||
tmyobject = object
|
||||
procedure myroutine(x: byte);
|
||||
@ -23,7 +26,7 @@ type
|
||||
|
||||
type
|
||||
objpointer = packed record
|
||||
_method : pointer;
|
||||
_method : codepointer;
|
||||
_vmt : pointer;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user