From 1ceba004b48b473cd1963f1fed3de245c596b1fb Mon Sep 17 00:00:00 2001 From: jonas Date: Fri, 28 Dec 2018 13:22:50 +0000 Subject: * 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 --- compiler/systems/i_sunos.pas | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'compiler/systems/i_sunos.pas') 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; -- cgit v1.2.1