Remove a spurious break when setting up a 64-bit memory BAR.
This was causing 'enbit' to not be initialized in this case. CID: 1401924 Reported by: Coverity MFC after: 1 week
This commit is contained in:
parent
29aa313806
commit
244c928774
@ -634,7 +634,6 @@ pci_emul_alloc_pbar(struct pci_devinst *pdi, int idx, uint64_t hostbase,
|
|||||||
mask = PCIM_BAR_MEM_BASE;
|
mask = PCIM_BAR_MEM_BASE;
|
||||||
lobits = PCIM_BAR_MEM_SPACE | PCIM_BAR_MEM_64 |
|
lobits = PCIM_BAR_MEM_SPACE | PCIM_BAR_MEM_64 |
|
||||||
PCIM_BAR_MEM_PREFETCH;
|
PCIM_BAR_MEM_PREFETCH;
|
||||||
break;
|
|
||||||
} else {
|
} else {
|
||||||
baseptr = &pci_emul_membase32;
|
baseptr = &pci_emul_membase32;
|
||||||
limit = PCI_EMUL_MEMLIMIT32;
|
limit = PCI_EMUL_MEMLIMIT32;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user