Explorar o código

* fixed indentation

git-svn-id: trunk@32282 -
nickysn %!s(int64=9) %!d(string=hai) anos
pai
achega
606b64a7f1
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  1. 4 4
      compiler/x86/rax86int.pas

+ 4 - 4
compiler/x86/rax86int.pas

@@ -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