Changeset 418 for trunk/user/ksh


Ignore:
Timestamp:
Jan 8, 2018, 2:25:39 PM (6 years ago)
Author:
alain
Message:

Fix a bug in hal_kentry.S : the "uzone" pointer in the thread descriptor
must not be modified in case of interrupt.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/user/ksh/ksh.c

    r416 r418  
    642642                                        if (count < sizeof(buf) - 1)
    643643                                        {
    644                                                 printf("%c", c);
     644                                                putchar( c );
    645645                                                buf[count] = c;
    646646                                                count++;
Note: See TracChangeset for help on using the changeset viewer.