Browse Source

* fixed m68k typo in r27438

git-svn-id: trunk@27443 -
Jonas Maebe 11 years ago
parent
commit
edff5a9aa1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/m68k/symcpu.pas

+ 1 - 1
compiler/m68k/symcpu.pas

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