fix warnings.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5594 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Stefan Reinauer
parent
89ef0a9f41
commit
c56e5ad725
@@ -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
|
||||
|
Reference in New Issue
Block a user