Subversion Repositories HelenOS

Rev

Rev 4346 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4346 Rev 4348
Line 143... Line 143...
143
#endif
143
#endif
144
       
144
       
145
        if (((i + 1) % 20) == 0) {
145
        if (((i + 1) % 20) == 0) {
146
            printf(" -- Press any key to continue -- ");
146
            printf(" -- Press any key to continue -- ");
147
            spinlock_unlock(&exctbl_lock);
147
            spinlock_unlock(&exctbl_lock);
148
            _getc(stdin);
148
            indev_pop_character(stdin);
149
            spinlock_lock(&exctbl_lock);
149
            spinlock_lock(&exctbl_lock);
150
            printf("\n");
150
            printf("\n");
151
        }
151
        }
152
    }
152
    }
153
   
153