Browse Source

* fixed compilation on x86_64 and ARM after r12891

git-svn-id: trunk@12903 -
Jonas Maebe 16 years ago
parent
commit
4e20c12326
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/pdecsub.pas

+ 1 - 1
compiler/pdecsub.pas

@@ -110,7 +110,7 @@ implementation
            { other platforms don't have a "safecall" convention,
            { other platforms don't have a "safecall" convention,
              and never reverse the parameter pushing order
              and never reverse the parameter pushing order
            }
            }
-           if pd.proccalloption = pocall_safecall)  then
+           if (pd.proccalloption = pocall_safecall)  then
              paranr:=paranr_result_leftright
              paranr:=paranr_result_leftright
            else
            else
 {$endif}
 {$endif}