summaryrefslogtreecommitdiff
path: root/compiler/systems/i_sunos.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_sunos.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_sunos.pas')
-rw-r--r--compiler/systems/i_sunos.pas12
1 files changed, 6 insertions, 6 deletions
diff --git a/compiler/systems/i_sunos.pas b/compiler/systems/i_sunos.pas
index 8350288859..752e8ae967 100644
--- a/compiler/systems/i_sunos.pas
+++ b/compiler/systems/i_sunos.pas
@@ -78,9 +78,9 @@ unit i_sunos;
procalign : 16;
loopalign : 4;
jumpalign : 0;
- jumpalignmax : 0;
+ jumpalignskipmax : 0;
coalescealign : 0;
- coalescealignmax: 0;
+ coalescealignskipmax: 0;
constalignmin : 0;
constalignmax : 16;
varalignmin : 0;
@@ -150,9 +150,9 @@ unit i_sunos;
procalign : 8;
loopalign : 4;
jumpalign : 0;
- jumpalignmax : 0;
+ jumpalignskipmax : 0;
coalescealign : 0;
- coalescealignmax: 0;
+ coalescealignskipmax: 0;
constalignmin : 0;
constalignmax : 16;
varalignmin : 0;
@@ -221,9 +221,9 @@ unit i_sunos;
procalign : 4;
loopalign : 4;
jumpalign : 0;
- jumpalignmax : 0;
+ jumpalignskipmax : 0;
coalescealign : 0;
- coalescealignmax: 0;
+ coalescealignskipmax: 0;
constalignmin : 4;
constalignmax : 8;
varalignmin : 4;