From fa7548dea33deab76b49d2dd6896deda6d5de944 Mon Sep 17 00:00:00 2001 From: "Evgeny Grechnikov (Diamond)" Date: Sun, 3 Jan 2010 23:54:08 +0000 Subject: [PATCH] another fix to get pcidev.asm compilable git-svn-id: svn://kolibrios.org@1357 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 a76e8753b1..99e086e788 100644 --- a/programs/system/pcidev/trunk/PCIDEV.ASM +++ b/programs/system/pcidev/trunk/PCIDEV.ASM @@ -479,7 +479,7 @@ Try_MMIO: mov ebx, [gr_pos] mov edx, bar_ram mcall 4 - jump mmio_dump + jmp mmio_dump @@: mov ebx, [gr_pos] mov edx, bar_rom