From 214f424823c866d3124510d05e4821db9aa26344 Mon Sep 17 00:00:00 2001 From: CleverMouse Date: Fri, 3 Jun 2011 15:25:57 +0000 Subject: [PATCH] fix of r1946 git-svn-id: svn://kolibrios.org@1947 a494cfbc-eb01-0410-851d-a64ba20cac60 --- programs/system/pcidev/trunk/PCIDEV.ASM | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/system/pcidev/trunk/PCIDEV.ASM b/programs/system/pcidev/trunk/PCIDEV.ASM index 65b69b1f39..4293a6a27a 100644 --- a/programs/system/pcidev/trunk/PCIDEV.ASM +++ b/programs/system/pcidev/trunk/PCIDEV.ASM @@ -317,7 +317,7 @@ Start_Enum: test al, al js nextDev test byte [V_Dev], 7 - jz nextDev + jnz nextDev or byte [V_Dev], 7 nextDev: inc byte [V_Dev] ; next device on this bus