Browse Source

Remove overflow check that cannot happen because of types

git-svn-id: trunk@38496 -
pierre 7 years ago
parent
commit
65ba2733e3
1 changed files with 0 additions and 2 deletions
  1. 0 2
      compiler/powerpc64/cgcpu.pas

+ 0 - 2
compiler/powerpc64/cgcpu.pas

@@ -1510,8 +1510,6 @@ var
 
 
 begin
 begin
 {$IFDEF extdebug}
 {$IFDEF extdebug}
-  if len > high(aint) then
-    internalerror(2002072704);
   list.concat(tai_comment.create(strpnew('g_concatcopy1 ' + inttostr(len) + ' bytes left ')));
   list.concat(tai_comment.create(strpnew('g_concatcopy1 ' + inttostr(len) + ' bytes left ')));
 {$ENDIF extdebug}
 {$ENDIF extdebug}
   { if the references are equal, exit, there is no need to copy anything }
   { if the references are equal, exit, there is no need to copy anything }