瀏覽代碼

* another 64-bit ALU, 32-bit address fix in tcgvecnode.update_reference_reg_packed

Nikolay Nikolov 3 周之前
父節點
當前提交
2f36ba10f5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/ncgmem.pas

+ 1 - 1
compiler/ncgmem.pas

@@ -730,7 +730,7 @@ implementation
            sref.bitindexreg:=hreg;
 {$pop}
 
-         hlcg.a_op_const_reg(current_asmdata.CurrAsmList,OP_AND,ossinttype,(1 shl (3+alignpower))-1,sref.bitindexreg);
+         hlcg.a_op_const_reg(current_asmdata.CurrAsmList,OP_AND,aluuinttype,(1 shl (3+alignpower))-1,sref.bitindexreg);
          sref.startbit := 0;
          sref.bitlen := resultdef.packedbitsize;
          if (left.location.loc = LOC_REFERENCE) then