mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 16:59:11 +02:00
* fixed indentation
git-svn-id: trunk@32282 -
This commit is contained in:
parent
3b80ca4376
commit
606b64a7f1
@ -2358,10 +2358,10 @@ Unit Rax86int;
|
||||
begin
|
||||
if not isseg then
|
||||
Message(asmr_e_CODE_or_DATA_without_SEG);
|
||||
if current_settings.x86memorymodel=mm_huge then
|
||||
curlist.concat(Tai_const.Create_fardataseg)
|
||||
else
|
||||
curlist.concat(Tai_const.Create_dgroup);
|
||||
if current_settings.x86memorymodel=mm_huge then
|
||||
curlist.concat(Tai_const.Create_fardataseg)
|
||||
else
|
||||
curlist.concat(Tai_const.Create_dgroup);
|
||||
end
|
||||
else if asmsym='@CODE' then
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user