فهرست منبع

* fixed double writing of "<var> located in register" in assembler
source after previous patch

git-svn-id: trunk@2104 -

Jonas Maebe 19 سال پیش
والد
کامیت
9603f4bf82
1فایلهای تغییر یافته به همراه0 افزوده شده و 12 حذف شده
  1. 0 12
      compiler/ncgutil.pas

+ 0 - 12
compiler/ncgutil.pas

@@ -2053,18 +2053,6 @@ implementation
                     if cs_asm_source in aktglobalswitches then
                       begin
                         case localloc.loc of
-                          LOC_REGISTER,
-                          LOC_CREGISTER :
-                            begin
-                              if (st.symtabletype <> parasymtable) then
-                                begin
-                                  if (cs_no_regalloc in aktglobalswitches) then
-                                    list.concat(Tai_comment.Create(strpnew('Var '+realname+' located in register '+
-                                       std_regname(localloc.register))))
-                                  else
-                                    list.concat(Tai_comment.Create(strpnew('Var '+realname+' located in register')));
-                                end;
-                            end;
                           LOC_REFERENCE :
                             begin
                               if not assigned(localloc.reference.symbol) then