updates from Tony Bennett to correct calling sequences.

This commit is contained in:
Joel Sherrill
1996-05-24 19:34:05 +00:00
parent 86fc81e9f3
commit 6d12f59dd4
4 changed files with 4 additions and 0 deletions

View File

@@ -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
)

View File

@@ -28,6 +28,7 @@ void put_error(
);
rtems_extension Fatal_extension(
rtems_unsigned32 source,
rtems_unsigned32 error,
boolean is_internal
);