Răsfoiți Sursa

* fixed m68k typo in r27438

git-svn-id: trunk@27443 -
Jonas Maebe 11 ani în urmă
părinte
comite
edff5a9aa1
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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;
     begin
       result:=inherited;
-      if newtpy=procdef then
+      if newtyp=procdef then
         tcpuprocdef(result).libsym:=libsym;
     end;