From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=39397 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q6hbW-0007vQ-Ix for qemu-devel@nongnu.org; Mon, 04 Apr 2011 07:05:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q6hbP-0004S4-OI for qemu-devel@nongnu.org; Mon, 04 Apr 2011 07:05:48 -0400 Received: from ipmail04.adl6.internode.on.net ([150.101.137.141]:2050) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q6hbP-0004R5-BS for qemu-devel@nongnu.org; Mon, 04 Apr 2011 07:05:47 -0400 From: Brad Hards Subject: Re: [Qemu-devel] A question about qemu 0.9.1 Date: Mon, 4 Apr 2011 21:05:37 +1000 References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201104042105.37659.bradh@frogmouth.net> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: y y On Mon, 4 Apr 2011 08:10:55 pm y y wrote: > op_movl_A0_EAX() come from? I think its a pre-processor generated thing. So to find it, I think you need to find the parts (like INDEX_op in one pre- processor command, and the rest in another place), and how it is pasted together. HTH. Brad