From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [PATCH] x86 emulator: Fix nop emulation Date: Thu, 05 Aug 2010 11:03:18 +0300 Message-ID: <4C5A7046.4000808@redhat.com> References: <1280922064-5078-1-git-send-email-m.gamal005@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: mtosatti@redhat.com, kvm@vger.kernel.org To: Mohammed Gamal Return-path: Received: from mx1.redhat.com ([209.132.183.28]:22126 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759674Ab0HEIDV (ORCPT ); Thu, 5 Aug 2010 04:03:21 -0400 In-Reply-To: <1280922064-5078-1-git-send-email-m.gamal005@gmail.com> Sender: kvm-owner@vger.kernel.org List-ID: On 08/04/2010 02:41 PM, Mohammed Gamal wrote: > If a nop instruction is encountered, we jump directly to the done label. > This skip updating rip. Break from the switch case instead Applied, thanks. I was sloppy there. -- error compiling committee.c: too many arguments to function