Prechádzať zdrojové kódy

* generate different internal errors in taicpu.op_ref

git-svn-id: branches/wasm@48077 -
nickysn 4 rokov pred
rodič
commit
0f3fef31f3
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      compiler/wasm32/aasmcpu.pas

+ 1 - 1
compiler/wasm32/aasmcpu.pas

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