ia64/xen-unstable
changeset 16243:c3b41281b1fc
ia64, qemu-dm: Trivial build fix.
Signed-off-by: Alex Williamson <alex.williamson@hp.com>
Signed-off-by: Alex Williamson <alex.williamson@hp.com>
author | Keir Fraser <keir@xensource.com> |
---|---|
date | Thu Oct 25 16:52:05 2007 +0100 (2007-10-25) |
parents | 3d97c1c1f7c8 |
children | a9171b9c3fd8 |
files | tools/ioemu/hw/xen_machine_fv.c |
line diff
1.1 --- a/tools/ioemu/hw/xen_machine_fv.c Thu Oct 25 15:54:19 2007 +0100 1.2 +++ b/tools/ioemu/hw/xen_machine_fv.c Thu Oct 25 16:52:05 2007 +0100 1.3 @@ -201,6 +201,7 @@ static void xen_init_fv(uint64_t ram_siz 1.4 unsigned long nr_pages; 1.5 xen_pfn_t *page_array; 1.6 extern void *buffered_pio_page; 1.7 + int i; 1.8 #endif 1.9 1.10 #if defined(__i386__) || defined(__x86_64__)