ソースを参照

* Xtensa: fix single<>single

git-svn-id: trunk@46726 -
florian 5 年 前
コミット
292574f3fc
1 ファイル変更6 行追加1 行削除
  1. 6 1
      compiler/xtensa/ncpuadd.pas

+ 6 - 1
compiler/xtensa/ncpuadd.pas

@@ -390,7 +390,12 @@ interface
             op:=A_MUL;
           subn :
             op:=A_SUB;
-          unequaln,
+          unequaln:
+            begin
+              op:=A_OEQ;
+              cmpop:=true;
+              inv:=true;
+            end;
           equaln:
             begin
               op:=A_OEQ;