浏览代码

* simplify Get/PutPtrUInt

git-svn-id: branches/avr@17049 -
florian 14 年之前
父节点
当前提交
c0b6f9b0b0
共有 1 个文件被更改,包括 1 次插入4 次删除
  1. 1 4
      compiler/symtype.pas

+ 1 - 4
compiler/symtype.pas

@@ -951,11 +951,8 @@ implementation
         {$if sizeof(TConstPtrUInt)=8}
           putint64(int64(v));
         {$else}
-        {$if sizeof(TConstPtrUInt)=4}
           putlongint(longint(v));
-        {$else}
-          internalerror(2002082601);
-        {$endif} {$endif}
+        {$endif}
       end;