- removed commented out code from tcgz80.done_register_allocators

git-svn-id: branches/z80@45109 -
This commit is contained in:
nickysn 2020-04-26 16:40:52 +00:00
parent 1713176078
commit ab8f9cc707

View File

@ -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;