mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 02:48:14 +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;
|
||||
begin
|
||||
result:=inherited;
|
||||
if newtpy=procdef then
|
||||
if newtyp=procdef then
|
||||
tcpuprocdef(result).libsym:=libsym;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user