Subversion Repositories HelenOS-historic

Rev

Rev 607 | Rev 1474 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 607 Rev 958
Line 81... Line 81...
81
        }
81
        }
82
    }
82
    }
83
}
83
}
84
 
84
 
85
/** Process keyboard interrupt. */
85
/** Process keyboard interrupt. */
86
static void msim_interrupt(int n, void *stack)
86
static void msim_interrupt(int n, istate_t *istate)
87
{
87
{
88
    char ch = 0;
88
    char ch = 0;
89
 
89
 
90
    ch = *((char *) MSIM_KBD_ADDRESS);
90
    ch = *((char *) MSIM_KBD_ADDRESS);
91
    if (ch =='\r')
91
    if (ch =='\r')