2003-02-14 Till Straumann <strauman@slac.stanford.edu>

PR 352/rtems_misc
	* shell/shell.c: make rtems_shell main task an FP enabled task.
This commit is contained in:
Joel Sherrill
2003-02-14 20:09:11 +00:00
parent b07906fd6e
commit de621a5bd5
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2003-02-14 Till Straumann <strauman@slac.stanford.edu>
PR 352/rtems_misc
* shell/shell.c: make rtems_shell main task an FP enabled task.
2003-01-27 Dan Smisko <dan@balanced.com>
* stackchk/check.c: Fix problem where _Objects_Get_information()

View File

@@ -651,7 +651,7 @@ rtems_status_code shell_init (char * task_name,
task_priority,
task_stacksize?task_stacksize:RTEMS_MINIMUM_STACK_SIZE,
RTEMS_DEFAULT_MODES,
RTEMS_DEFAULT_ATTRIBUTES,
RTEMS_LOCAL | RTEMS_FLOATING_POINT,
&task_id);
if (sc!=RTEMS_SUCCESSFUL) {
rtems_error(sc,"creating task %s in shell_init()",task_name);