forked from KolibriOS/kolibrios
Fixed bug in netcfg when run with 'A' parameter
git-svn-id: svn://kolibrios.org@2949 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
57c5115037
commit
e5b4e6fe9d
@ -261,7 +261,8 @@ Start_Enum:
|
||||
pop eax
|
||||
test al, al
|
||||
js nextDev
|
||||
|
||||
|
||||
nextdev2:
|
||||
test byte [V_Dev], 7
|
||||
jnz nextDev
|
||||
|
||||
@ -307,7 +308,7 @@ load_and_start:
|
||||
|
||||
.next:
|
||||
cmp byte[param], 'A'
|
||||
je nextDev
|
||||
je nextdev2
|
||||
jmp exit
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user