2005-01-23 Ralf Corsepius <ralf.corsepius@rtems.org>

* sapi/src/fatal.c, score/src/interr.c:
	Remove volatile on return type.
This commit is contained in:
Ralf Corsepius
2005-01-23 16:57:06 +00:00
parent cbe03572eb
commit d0bb8f3739
3 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2005-01-23 Ralf Corsepius <ralf.corsepius@rtems.org>
* sapi/src/fatal.c, score/src/interr.c:
Remove volatile on return type.
2005-01-20 Sergei Organov <osv@topconrd.ru>
PR 536/rtems

View File

@@ -27,7 +27,7 @@
* Output parameters: NONE
*/
void volatile rtems_fatal_error_occurred(
void rtems_fatal_error_occurred(
uint32_t the_error
)
{

View File

@@ -39,7 +39,7 @@
* NOTE: The the_error is not necessarily a directive status code.
*/
void volatile _Internal_error_Occurred(
void _Internal_error_Occurred(
Internal_errors_Source the_source,
boolean is_internal,
uint32_t the_error