From 606b64a7f101c21b10f7c2eca0207dda60a27654 Mon Sep 17 00:00:00 2001 From: nickysn Date: Tue, 10 Nov 2015 20:57:52 +0000 Subject: [PATCH] * fixed indentation git-svn-id: trunk@32282 - --- compiler/x86/rax86int.pas | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/compiler/x86/rax86int.pas b/compiler/x86/rax86int.pas index 35b805dd88..fc1287e1b6 100644 --- a/compiler/x86/rax86int.pas +++ b/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