Ignore:
Timestamp:
2009-04-21T12:43:14Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c2417bc
Parents:
d6d04e7
Message:

rename _getc() to indev_pop_character()
implicit creation of stdin via stdin_wire()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/interrupt/interrupt.c

    rd6d04e7 r44b7783  
    146146                        printf(" -- Press any key to continue -- ");
    147147                        spinlock_unlock(&exctbl_lock);
    148                         _getc(stdin);
     148                        indev_pop_character(stdin);
    149149                        spinlock_lock(&exctbl_lock);
    150150                        printf("\n");
Note: See TracChangeset for help on using the changeset viewer.