浏览代码

* generate different internal errors in taicpu.op_ref

git-svn-id: branches/wasm@48077 -
nickysn 4 年之前
父节点
当前提交
0f3fef31f3
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;