소스 검색

* fixed misplaced constant definition

git-svn-id: trunk@29053 -
Tomas Hajny 10 년 전
부모
커밋
dc1446d32a
1개의 변경된 파일7개의 추가작업 그리고 6개의 파일을 삭제
  1. 7 6
      compiler/mips/cpuinfo.pas

+ 7 - 6
compiler/mips/cpuinfo.pas

@@ -124,6 +124,13 @@ const
     );
 
 {$ifndef MIPSEL}
+type
+   tcontrollertype =
+     (ct_none
+     );
+
+
+Const
    { Is there support for dealing with multiple microcontrollers available }
    { for this platform? }
    ControllerSupport = false;
@@ -136,12 +143,6 @@ const
    (
       (controllertypestr:''; controllerunitstr:''; flashbase:0; flashsize:0; srambase:0; sramsize:0));
    {$POP}
-
-type
-   tcontrollertype =
-     (ct_none
-     );
-
 {$ELSE MIPSEL}
    { Is there support for dealing with multiple microcontrollers available }
    { for this platform? }