mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Fix typo (Igor Kovalenko)
git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@487 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -110,7 +110,7 @@ ob_pci_encode_unit(int *idx)
|
||||
n = hi & IS_NOT_RELOCATABLE;
|
||||
p = hi & IS_PREFETCHABLE;
|
||||
t = hi & IS_ALIASED;
|
||||
ss = (hi >> 24) && 0x03;
|
||||
ss = (hi >> 24) & 0x03;
|
||||
|
||||
bus = (hi >> 16) & 0xFF;
|
||||
dev = (hi >> 11) & 0x1F;
|
||||
|
||||
Reference in New Issue
Block a user