Преглед изворни кода

- typo fix

git-svn-id: trunk@5397 -
Károly Balogh пре 19 година
родитељ
комит
eb01d935d3
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      compiler/symdef.pas

+ 1 - 1
compiler/symdef.pas

@@ -3453,7 +3453,7 @@ implementation
         tprocvardef(result).fpu_used:=fpu_used;
 {$endif i386}
 {$ifdef m68k}
-        tprocvardef(result).exp_funcretloc:=exp_funcretlog;
+        tprocvardef(result).exp_funcretloc:=exp_funcretloc;
 {$endif}
       end;