From: Keir Fraser Date: Thu, 17 Jan 2008 14:35:38 +0000 (+0000) Subject: Fix typo in 15598:d381e9278086085586. X-Git-Tag: 3.1.3-rc1~5 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=2f9685fe4512ca98a4a6827a448c54a7c123ddd0;p=people%2Fvhanquez%2Fxen.git Fix typo in 15598:d381e9278086085586. Signed-off-by: Keir Fraser --- diff --git a/xen/arch/x86/hvm/intercept.c b/xen/arch/x86/hvm/intercept.c index 49b4e0ccf..e302b4ab3 100644 --- a/xen/arch/x86/hvm/intercept.c +++ b/xen/arch/x86/hvm/intercept.c @@ -294,7 +294,7 @@ int hvm_io_intercept(ioreq_t *p, int type) addr = handler->hdl_list[i].addr; size = handler->hdl_list[i].size; if ( (p->addr >= addr) && - ((p->addr + p->size) < (addr + size)) ) + ((p->addr + p->size) <= (addr + size)) ) { if ( type == HVM_PORTIO ) return process_portio_intercept(