Explorar o código

* Xtensa: fix single<>single

git-svn-id: trunk@46726 -
florian %!s(int64=4) %!d(string=hai) anos
pai
achega
292574f3fc
Modificáronse 1 ficheiros con 6 adicións e 1 borrados
  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;