From 960abf37921e01000b898fb5abb23ecd6091c198 Mon Sep 17 00:00:00 2001 From: "Andrey Halyavin (halyavin)" Date: Mon, 6 Mar 2006 20:09:32 +0000 Subject: [PATCH] bug with processing next page button fixed. git-svn-id: svn://kolibrios.org@55 a494cfbc-eb01-0410-851d-a64ba20cac60 --- programs/cpu/trunk/cpu.asm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/programs/cpu/trunk/cpu.asm b/programs/cpu/trunk/cpu.asm index fe42d65164..2d6c239986 100644 --- a/programs/cpu/trunk/cpu.asm +++ b/programs/cpu/trunk/cpu.asm @@ -110,10 +110,6 @@ still_end: pgup: mov eax,[list_add] ;maximal displayed process slot - cmp eax,255 - jge .noinc - inc eax - .noinc: mov [list_start],eax jmp still_end @@ -506,7 +502,6 @@ draw_window: .show_process_info: mov edi,[list_start] mov [list_add],edi - dec dword [list_add] mov dword [index],0 mov dword [curposy],54 .loop_draw: