Browse Source

* generate different internal errors in taicpu.op_ref

git-svn-id: branches/wasm@48077 -
nickysn 4 years ago
parent
commit
0f3fef31f3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/wasm32/aasmcpu.pas

+ 1 - 1
compiler/wasm32/aasmcpu.pas

@@ -203,7 +203,7 @@ implementation
         else
         else
           begin
           begin
             if (_op1.base<>NR_NO) or (_op1.index<>NR_NO) then
             if (_op1.base<>NR_NO) or (_op1.index<>NR_NO) then
-              internalerror(2021010201);
+              internalerror(2021010202);
           end;
           end;
       end;
       end;