* fixed m68k typo in r27438

git-svn-id: trunk@27443 -
This commit is contained in:
Jonas Maebe 2014-04-01 21:48:28 +00:00
parent f017e16722
commit edff5a9aa1

View File

@ -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;