comparison gen/abi-x86-64.cpp @ 1399:d1fd46bbbff7

Remove some overly verbose logging.
author Frits van Bommel <fvbommel wxs.nl>
date Tue, 19 May 2009 20:46:33 +0200
parents 34f2fd925de3
children cc2d8a7388c7
comparison
equal deleted inserted replaced
1398:f3d7451cfa5b 1399:d1fd46bbbff7
685 685
686 Type* ty = arg.type->toBasetype(); 686 Type* ty = arg.type->toBasetype();
687 if (ty->ty == Tstruct) 687 if (ty->ty == Tstruct)
688 fixup_D(arg); 688 fixup_D(arg);
689 689
690 #if 0
691 // These can get pretty large...
690 if (Logger::enabled()) 692 if (Logger::enabled())
691 Logger::cout() << "New arg type: " << *arg.ltype << '\n'; 693 Logger::cout() << "New arg type: " << *arg.ltype << '\n';
694 #endif
692 } 695 }
693 696
694 } else { 697 } else {
695 // TODO: See if this is correct for more than just extern(C). 698 // TODO: See if this is correct for more than just extern(C).
696 699