Browse Source

* made internalerror unique

git-svn-id: trunk@13964 -
Jonas Maebe 16 years ago
parent
commit
643cbaf3b6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/symdef.pas

+ 1 - 1
compiler/symdef.pas

@@ -2769,7 +2769,7 @@ implementation
            begin
              b:=ppufile.getbyte;
              if b<>sizeof(funcretloc[callerside]) then
-               internalerror(200411154);
+               internalerror(200411155);
              ppufile.getdata(funcretloc[callerside],sizeof(funcretloc[callerside]));
            end;