forked from Imagelibrary/rtems
2001-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* monitor/mon-command.c: Use #if defined(RTEMS_UNIX).
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2001-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* monitor/mon-command.c: Use #if defined(RTEMS_UNIX).
|
||||
|
||||
2001-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* untar/Makefile.am, monitor/Makefile.am, dummy/Makefile.am,
|
||||
|
||||
@@ -473,7 +473,7 @@ rtems_monitor_command_read(char *command,
|
||||
else
|
||||
sprintf (monitor_prompt, "%d-%s", rtems_monitor_node, MONITOR_PROMPT);
|
||||
|
||||
#ifdef RTEMS_UNIX
|
||||
#if defined(RTEMS_UNIX)
|
||||
/* RTEMS on unix gets so many interrupt system calls this is hosed */
|
||||
printf ("%s> ", monitor_prompt);
|
||||
fflush (stdout);
|
||||
|
||||
Reference in New Issue
Block a user