From 3164ceba17b35f9bcd24da9c04197712ca823e5e Mon Sep 17 00:00:00 2001 From: Frits van Bommel Date: Tue, 19 May 2009 20:46:33 +0200 Subject: [PATCH] Remove some overly verbose logging. --- gen/abi-x86-64.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gen/abi-x86-64.cpp b/gen/abi-x86-64.cpp index 1ba42441..ac3ab57f 100644 --- a/gen/abi-x86-64.cpp +++ b/gen/abi-x86-64.cpp @@ -687,8 +687,11 @@ void X86_64TargetABI::rewriteFunctionType(TypeFunction* tf) { if (ty->ty == Tstruct) fixup_D(arg); +#if 0 + // These can get pretty large... if (Logger::enabled()) Logger::cout() << "New arg type: " << *arg.ltype << '\n'; +#endif } } else {