summaryrefslogtreecommitdiff
path: root/compiler/systems/i_emx.pas
diff options
context:
space:
mode:
authorjonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2>2018-12-28 13:22:50 +0000
committerjonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2>2018-12-28 13:22:50 +0000
commit1ceba004b48b473cd1963f1fed3de245c596b1fb (patch)
tree5872bb07b5c5359f51376379f8a36a7e58dc664f /compiler/systems/i_emx.pas
parentc29ec325e3c1ce51b6f56d21c4588d7c91b9d625 (diff)
downloadfpc-1ceba004b48b473cd1963f1fed3de245c596b1fb.tar.gz
* fixed wrong change of jumpalignmax from 10 to 16 in previous commit
o renamed jumpalignmax and coalescealignmax to jumpalignskipmax/ coalescealignskipmax to better reflex the meaning of these setting (and the difference in meaning to e.g. constalignmax) git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@40682 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'compiler/systems/i_emx.pas')
-rw-r--r--compiler/systems/i_emx.pas4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/systems/i_emx.pas b/compiler/systems/i_emx.pas
index ec61d9ff68..b77304850a 100644
--- a/compiler/systems/i_emx.pas
+++ b/compiler/systems/i_emx.pas
@@ -86,9 +86,9 @@ unit i_emx;
procalign : 4;
loopalign : 4;
jumpalign : 0;
- jumpalignmax : 0;
+ jumpalignskipmax : 0;
coalescealign : 0;
- coalescealignmax: 0;
+ coalescealignskipmax: 0;
constalignmin : 0;
constalignmax : 4;
varalignmin : 0;