Browse Source

* remove unneeded check

git-svn-id: trunk@3986 -
peter 19 years ago
parent
commit
28720c4173
1 changed files with 0 additions and 2 deletions
  1. 0 2
      compiler/x86/nx86cnv.pas

+ 0 - 2
compiler/x86/nx86cnv.pas

@@ -272,8 +272,6 @@ implementation
                 end
               else
                 begin
-                  if not(left.location.size in [OS_S32,OS_S64]) then
-                    internalerror(200506073);
                   case left.location.loc of
                     LOC_CREFERENCE,
                     LOC_REFERENCE :