浏览代码

* handle_calling_convention removed from parse_proc_directive to
separate call

peter 22 年之前
父节点
当前提交
aed5b53816
共有 1 个文件被更改,包括 8 次插入1 次删除
  1. 8 1
      compiler/psub.pas

+ 8 - 1
compiler/psub.pas

@@ -1082,6 +1082,9 @@ implementation
          while try_consume_hintdirective(pd.symoptions) do
           Consume(_SEMICOLON);
 
+         { Set calling convention }
+         handle_calling_convention(pd);
+
          { everything of the proc definition is known, we can now
            calculate the parameters }
          calc_parast(pd);
@@ -1304,7 +1307,11 @@ begin
 end.
 {
   $Log$
-  Revision 1.155  2003-10-01 20:34:49  peter
+  Revision 1.156  2003-10-02 21:20:32  peter
+    * handle_calling_convention removed from parse_proc_directive to
+      separate call
+
+  Revision 1.155  2003/10/01 20:34:49  peter
     * procinfo unit contains tprocinfo
     * cginfo renamed to cgbase
     * moved cgmessage to verbose