mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Do not call close-deblocker since ob_pci_open did not open it.
Fix an issue with ob_pci_close; it calls close-deblocker method without deblocker being open. This leads to multiple references to wrong cells, including ones in zero page. Signed-off-by: igor.v.kovalenko@gmail.com Signed-off-by: Blue Swirl <blauwirbel@gmail.com> git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@553 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
committed by
Blue Swirl
parent
6a16562087
commit
11bb993385
@@ -79,7 +79,6 @@ ob_pci_open(int *idx)
|
||||
static void
|
||||
ob_pci_close(int *idx)
|
||||
{
|
||||
selfword("close-deblocker");
|
||||
}
|
||||
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user