fixed a few bugs but still no go.

Seem to have problems with global variables?
This commit is contained in:
Markus Fröschle
2013-11-04 20:58:57 +00:00
parent 459e30beed
commit a3b2371608
7 changed files with 78 additions and 68 deletions

View File

@@ -184,7 +184,7 @@ PCI_RSC_DESC *pci_get_resource(uint16_t handle)
index = i;
if (index == -1)
return NULL;
return resource_descriptors[handles[index].index];
return resource_descriptors[index];
}
/*