浏览代码

* fixed expectloc of notnode for all processors that have flags

Jonas Maebe 22 年之前
父节点
当前提交
f8c0236bf4
共有 1 个文件被更改,包括 6 次插入3 次删除
  1. 6 3
      compiler/nmat.pas

+ 6 - 3
compiler/nmat.pas

@@ -740,10 +740,10 @@ implementation
               end;
               end;
             { before loading it into flags we need to load it into
             { before loading it into flags we need to load it into
               a register thus 1 register is need PM }
               a register thus 1 register is need PM }
-{$ifdef i386}
+{$ifdef cpuflags}
              if left.expectloc<>LOC_JUMP then
              if left.expectloc<>LOC_JUMP then
                expectloc:=LOC_FLAGS;
                expectloc:=LOC_FLAGS;
-{$endif def i386}
+{$endif def cpuflags}
            end
            end
          else
          else
 {$ifdef SUPPORT_MMX}
 {$ifdef SUPPORT_MMX}
@@ -795,7 +795,10 @@ begin
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.48  2003-05-09 17:47:02  peter
+  Revision 1.49  2003-05-24 16:32:34  jonas
+    * fixed expectloc of notnode for all processors that have flags
+
+  Revision 1.48  2003/05/09 17:47:02  peter
     * self moved to hidden parameter
     * self moved to hidden parameter
     * removed hdisposen,hnewn,selfn
     * removed hdisposen,hnewn,selfn