소스 검색

+ subsetref support

git-svn-id: trunk@4492 -
Jonas Maebe 19 년 전
부모
커밋
6845c1e05a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      compiler/x86/nx86add.pas

+ 1 - 1
compiler/x86/nx86add.pas

@@ -239,7 +239,7 @@ unit nx86add;
         tmpreg : tregister;
 {$endif x86_64}
       begin
-        if (right.location.loc in [LOC_CSUBSETREG,LOC_SUBSETREG]) then
+        if (right.location.loc in [LOC_CSUBSETREG,LOC_SUBSETREG,LOC_SUBSETREF,LOC_CSUBSETREF]) then
           location_force_reg(current_asmdata.CurrAsmList,right.location,def_cgsize(right.resulttype.def),true);
         { left must be a register }
         case right.location.loc of