mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 07:49:08 +02:00
* fixed m68k typo in r27438
git-svn-id: trunk@27443 -
This commit is contained in:
parent
f017e16722
commit
edff5a9aa1
@ -200,7 +200,7 @@ implementation
|
|||||||
function tcpuprocdef.getcopyas(newtyp: tdeftyp; copytyp: tproccopytyp): tstoreddef;
|
function tcpuprocdef.getcopyas(newtyp: tdeftyp; copytyp: tproccopytyp): tstoreddef;
|
||||||
begin
|
begin
|
||||||
result:=inherited;
|
result:=inherited;
|
||||||
if newtpy=procdef then
|
if newtyp=procdef then
|
||||||
tcpuprocdef(result).libsym:=libsym;
|
tcpuprocdef(result).libsym:=libsym;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user