mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
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:
@@ -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
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
* Output parameters: NONE
|
||||
*/
|
||||
|
||||
void volatile rtems_fatal_error_occurred(
|
||||
void rtems_fatal_error_occurred(
|
||||
uint32_t the_error
|
||||
)
|
||||
{
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user