mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-27 08:30:23 +02:00
* fix typecast
git-svn-id: trunk@3376 -
This commit is contained in:
parent
d69ad5d84d
commit
c861491323
@ -507,8 +507,8 @@ implementation
|
||||
{ CAUSES PROBLEMS WITH THE SEGMENT DEFINITION }
|
||||
{ SEGMENT DEFINITION SHOULD MATCH TYPE OF ALIGN }
|
||||
{ HERE UNDER TASM! }
|
||||
if tai_align(hp).aligntype>1 then
|
||||
AsmWriteLn(#9'ALIGN '+tostr(tai_align(hp).aligntype));
|
||||
if tai_align_abstract(hp).aligntype>1 then
|
||||
AsmWriteLn(#9'ALIGN '+tostr(tai_align_abstract(hp).aligntype));
|
||||
end;
|
||||
ait_datablock :
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user