From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37499) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YpgYX-0006g2-8b for qemu-devel@nongnu.org; Tue, 05 May 2015 13:22:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YpgYU-0003m2-Dd for qemu-devel@nongnu.org; Tue, 05 May 2015 13:22:53 -0400 Received: from mail-qk0-x232.google.com ([2607:f8b0:400d:c09::232]:34629) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YpgYU-0003lP-8z for qemu-devel@nongnu.org; Tue, 05 May 2015 13:22:50 -0400 Received: by qkgx75 with SMTP id x75so110894528qkg.1 for ; Tue, 05 May 2015 10:22:50 -0700 (PDT) Sender: Richard Henderson Message-ID: <5548FC65.6050005@twiddle.net> Date: Tue, 05 May 2015 10:22:45 -0700 From: Richard Henderson MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 5/7] disas: arm-a64: Make printfer and stream variable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Crosthwaite , qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, claudio.fontana@gmail.com, Peter Crosthwaite , agraf@suse.de, edgari@xilinx.com, edgar.iglesias@gmail.com On 05/04/2015 09:45 PM, Peter Crosthwaite wrote: > - explicit QEMUDisassembler(FILE *stream) : stream_(stream) { } > + explicit QEMUDisassembler() { } The explicit is no longer helpful, and I'd still initialize stream_ to null. r~