forked from KolibriOS/kolibrios
Fixed typo from #5168
git-svn-id: svn://kolibrios.org@5170 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
86a9d29ceb
commit
c59d1565ab
@ -232,7 +232,7 @@ endl
|
|||||||
.next:
|
.next:
|
||||||
test [devfn], 7
|
test [devfn], 7
|
||||||
jnz .next_fn
|
jnz .next_fn
|
||||||
invoke PciRead32, [bus], [devfn], PCI_header.header_type
|
invoke PciRead8, [bus], [devfn], PCI_header.header_type
|
||||||
test al, al
|
test al, al
|
||||||
js .next_fn
|
js .next_fn
|
||||||
or [devfn], 7
|
or [devfn], 7
|
||||||
|
Loading…
Reference in New Issue
Block a user