forked from KolibriOS/kolibrios
fix of r1946
git-svn-id: svn://kolibrios.org@1947 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
a12b9621d9
commit
214f424823
@ -317,7 +317,7 @@ Start_Enum:
|
|||||||
test al, al
|
test al, al
|
||||||
js nextDev
|
js nextDev
|
||||||
test byte [V_Dev], 7
|
test byte [V_Dev], 7
|
||||||
jz nextDev
|
jnz nextDev
|
||||||
or byte [V_Dev], 7
|
or byte [V_Dev], 7
|
||||||
nextDev:
|
nextDev:
|
||||||
inc byte [V_Dev] ; next device on this bus
|
inc byte [V_Dev] ; next device on this bus
|
||||||
|
Loading…
Reference in New Issue
Block a user