mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-21 04:14:26 +08:00
updates from Tony Bennett to correct calling sequences.
This commit is contained in:
@@ -57,6 +57,7 @@ rtems_unsigned32 First_Time_Through;
|
||||
void Process_case();
|
||||
|
||||
rtems_extension Fatal_extension(
|
||||
rtems_unsigned32 source,
|
||||
rtems_unsigned32 error,
|
||||
boolean is_internal
|
||||
)
|
||||
|
||||
@@ -28,6 +28,7 @@ void put_error(
|
||||
);
|
||||
|
||||
rtems_extension Fatal_extension(
|
||||
rtems_unsigned32 source,
|
||||
rtems_unsigned32 error,
|
||||
boolean is_internal
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user