Browse Source

- removed commented out code from tcgz80.done_register_allocators

git-svn-id: branches/z80@45109 -
nickysn 5 years ago
parent
commit
ab8f9cc707
1 changed files with 0 additions and 1 deletions
  1. 0 1
      compiler/z80/cgcpu.pas

+ 0 - 1
compiler/z80/cgcpu.pas

@@ -166,7 +166,6 @@ unit cgcpu;
     procedure tcgz80.done_register_allocators;
       begin
         rg[R_INTREGISTER].free;
-        // rg[R_ADDRESSREGISTER].free;
         inherited done_register_allocators;
       end;