瀏覽代碼

* 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
         if not (cs_hugeptr_comparison_normalization in current_settings.localswitches) then
           begin
           begin
-            expectloc:=LOC_FLAGS;
+            expectloc:=LOC_JUMP;
             exit;
             exit;
           end;
           end;