|
@@ -2980,7 +2980,7 @@ implementation
|
|
if upper(classname)='TAI_ALIGN_ABSTRACT' then
|
|
if upper(classname)='TAI_ALIGN_ABSTRACT' then
|
|
internalerror(200709191);
|
|
internalerror(200709191);
|
|
{$endif EXTDEBUG}
|
|
{$endif EXTDEBUG}
|
|
- if b in [1,2,4,8,16,32] then
|
|
|
|
|
|
+ if b in [1,2,4,8,16,32,64] then
|
|
aligntype := b
|
|
aligntype := b
|
|
else
|
|
else
|
|
aligntype := 1;
|
|
aligntype := 1;
|