Browse Source

* unified internal errors

git-svn-id: trunk@25647 -
florian 12 years ago
parent
commit
8fb7cf822b
1 changed files with 4 additions and 4 deletions
  1. 4 4
      compiler/arm/cgcpu.pas

+ 4 - 4
compiler/arm/cgcpu.pas

@@ -1047,7 +1047,7 @@ unit cgcpu;
         case op of
         case op of
           OP_NEG,OP_NOT,
           OP_NEG,OP_NOT,
           OP_DIV,OP_IDIV:
           OP_DIV,OP_IDIV:
-            internalerror(200308281);
+            internalerror(200308283);
           OP_SHL,
           OP_SHL,
           OP_SHR,
           OP_SHR,
           OP_SAR,
           OP_SAR,
@@ -3978,7 +3978,7 @@ unit cgcpu;
           OP_NOT:
           OP_NOT:
             list.concat(taicpu.op_reg_reg(A_MVN,dst,src));
             list.concat(taicpu.op_reg_reg(A_MVN,dst,src));
           OP_DIV,OP_IDIV:
           OP_DIV,OP_IDIV:
-            internalerror(200308281);
+            internalerror(200308284);
           OP_ROL:
           OP_ROL:
             begin
             begin
               if not(size in [OS_32,OS_S32]) then
               if not(size in [OS_32,OS_S32]) then
@@ -4396,7 +4396,7 @@ unit cgcpu;
           case op of
           case op of
             OP_NEG,OP_NOT,
             OP_NEG,OP_NOT,
             OP_DIV,OP_IDIV:
             OP_DIV,OP_IDIV:
-              internalerror(200308281);
+              internalerror(200308285);
             OP_SHL:
             OP_SHL:
               begin
               begin
                 if a>32 then
                 if a>32 then
@@ -4582,7 +4582,7 @@ unit cgcpu;
         ovloc.loc:=LOC_VOID;
         ovloc.loc:=LOC_VOID;
         case op of
         case op of
            OP_NEG,OP_NOT:
            OP_NEG,OP_NOT:
-              internalerror(200308281);
+              internalerror(200308286);
            OP_ROL:
            OP_ROL:
               begin
               begin
                 if not(size in [OS_32,OS_S32]) then
                 if not(size in [OS_32,OS_S32]) then