소스 검색

* fixed indentation

git-svn-id: trunk@32282 -
nickysn 9 년 전
부모
커밋
606b64a7f1
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  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