[Lguest] [patch] core.c i386 disentangle

Muli Ben-Yehuda muli at il.ibm.com
Fri Aug 17 00:47:24 EST 2007


Hey Jes, just something I caught while browsing through the patch:

On Thu, Aug 16, 2007 at 04:38:12PM +0200, Jes Sorensen wrote:

> Index: linux-2.6.23-rc3/drivers/lguest/i386_core.c
> ===================================================================
> --- /dev/null
> +++ linux-2.6.23-rc3/drivers/lguest/i386_core.c

[snip]

> +int lguest_arch_deliver_trap(struct lguest *lg)
> +{
> +	/* If we get here, it's a trap the Guest wants to know
> +	 * about. */
> +	if (deliver_trap(lg, lg->regs->trapnum))
> +		continue;

That `continue' looks pretty bogus.

Cheers,
Muli



More information about the Lguest mailing list