瀏覽代碼

* fixed a parameter pushing order bug on the i8086

git-svn-id: branches/i8086@23986 -
nickysn 12 年之前
父節點
當前提交
284f1c904a
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      compiler/ncal.pas

+ 2 - 2
compiler/ncal.pas

@@ -3323,8 +3323,8 @@ implementation
                               That means the for pushes the para with the
                               highest offset (see para3) needs to be pushed first
                             }
-{$if defined(i386) or defined(m68k)}
-                            { the i386, m68k and jvm code generators expect all reference }
+{$if defined(i386) or defined(i8086) or defined(m68k)}
+                            { the i386, i8086, m68k and jvm code generators expect all reference }
                             { parameters to be in this order so they can use   }
                             { pushes in case of no fixed stack                 }
                             if (not paramanager.use_fixed_stack and