소스 검색

* set expectloc correctly (LOC_JUMP instead of LOC_FLAGS) for non-normalized
huge pointer comparison

git-svn-id: trunk@28216 -

nickysn 11 년 전
부모
커밋
04234c733f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      compiler/i8086/n8086add.pas

+ 1 - 1
compiler/i8086/n8086add.pas

@@ -371,7 +371,7 @@ interface
 
         if not (cs_hugeptr_comparison_normalization in current_settings.localswitches) then
           begin
-            expectloc:=LOC_FLAGS;
+            expectloc:=LOC_JUMP;
             exit;
           end;