Add 's' for sparc64 specific message prefix

git-svn-id: trunk@36744 -
This commit is contained in:
pierre 2017-07-18 12:50:47 +00:00
parent 4c3d8d422a
commit 903955f329

View File

@ -691,6 +691,9 @@ begin
{$ifdef sparc}
'S',
{$endif}
{$ifdef sparc64}
's',
{$endif}
{$ifdef avr}
'V',
{$endif}