aboutsummaryrefslogtreecommitdiff
path: root/src/devices/oprom/yabel/device.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/oprom/yabel/device.c')
-rw-r--r--src/devices/oprom/yabel/device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/oprom/yabel/device.c b/src/devices/oprom/yabel/device.c
index 5e5dc2877d..8bfb1fd0c6 100644
--- a/src/devices/oprom/yabel/device.c
+++ b/src/devices/oprom/yabel/device.c
@@ -44,7 +44,6 @@ static void
biosemu_dev_get_addr_info(void)
{
int taa_index = 0;
- int i = 0;
struct resource *r;
u8 bus = bios_device.dev->bus->link;
u16 devfn = bios_device.dev->path.pci.devfn;
@@ -115,6 +114,7 @@ biosemu_dev_get_addr_info(void)
//dump translate_address_array
printf("translate_address_array: \n");
translate_address_t ta;
+ int i;
for (i = 0; i <= taa_last_entry; i++) {
ta = translate_address_array[i];
printf