Browse Source

* more readable register allocation comments

git-svn-id: trunk@24585 -
florian 12 years ago
parent
commit
2ec15deaba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/x86/agx86nsm.pas

+ 1 - 1
compiler/x86/agx86nsm.pas

@@ -574,7 +574,7 @@ interface
            ait_regalloc :
              begin
                if (cs_asm_regalloc in current_settings.globalswitches) then
-                 AsmWriteLn(#9#9+target_asm.comment+'Register '+nasm_regname(tai_regalloc(hp).reg)+
+                 AsmWriteLn(#9#9+target_asm.comment+'Register '+nasm_regname(tai_regalloc(hp).reg)+' '+
                    regallocstr[tai_regalloc(hp).ratype]);
              end;