2002-08-27 Joel Sherrill <joel@OARcorp.com>

* tmtests/tm20/tmtest.adb, tmtests/tmoverhd/tmtest.adb: Fixed
	call to RTEMS IO Manager services.
This commit is contained in:
Joel Sherrill
2002-08-27 14:05:45 +00:00
parent abe09384ad
commit cbb095033a
3 changed files with 5 additions and 9 deletions

View File

@@ -1,3 +1,8 @@
2002-08-27 Joel Sherrill <joel@OARcorp.com>
* tmtests/tm20/tmtest.adb, tmtests/tmoverhd/tmtest.adb: Fixed
call to RTEMS IO Manager services.
2002-08-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* sptests/sp19/sptest.adp: Fix include paths.

View File

@@ -100,7 +100,6 @@ package body TMTEST is
INDEX : RTEMS.UNSIGNED32;
PREVIOUS_MODE : RTEMS.MODE;
PREVIOUS_PRIORITY : RTEMS.TASK_PRIORITY;
RETURN_VALUE : RTEMS.UNSIGNED32;
OVERHEAD : RTEMS.UNSIGNED32;
STATUS : RTEMS.STATUS_CODES;
begin
@@ -411,7 +410,6 @@ package body TMTEST is
1,
0,
RTEMS.NULL_ADDRESS,
RETURN_VALUE,
STATUS
);
end loop;

View File

@@ -147,7 +147,6 @@ package body TMTEST is
COUNT : RTEMS.UNSIGNED32;
MAJOR : RTEMS.DEVICE_MAJOR_NUMBER;
MINOR : RTEMS.DEVICE_MINOR_NUMBER;
IO_RESULT : RTEMS.UNSIGNED32;
ERROR : RTEMS.UNSIGNED32;
STATUS : RTEMS.STATUS_CODES;
begin
@@ -1305,7 +1304,6 @@ TEST_SUPPORT.PAUSE;
MAJOR,
MINOR,
ADDRESS_1,
IO_RESULT,
STATUS
);
end loop;
@@ -1328,7 +1326,6 @@ TEST_SUPPORT.PAUSE;
MAJOR,
MINOR,
ADDRESS_1,
IO_RESULT,
STATUS
);
end loop;
@@ -1351,7 +1348,6 @@ TEST_SUPPORT.PAUSE;
MAJOR,
MINOR,
ADDRESS_1,
IO_RESULT,
STATUS
);
end loop;
@@ -1374,7 +1370,6 @@ TEST_SUPPORT.PAUSE;
MAJOR,
MINOR,
ADDRESS_1,
IO_RESULT,
STATUS
);
end loop;
@@ -1397,7 +1392,6 @@ TEST_SUPPORT.PAUSE;
MAJOR,
MINOR,
ADDRESS_1,
IO_RESULT,
STATUS
);
end loop;
@@ -1420,7 +1414,6 @@ TEST_SUPPORT.PAUSE;
MAJOR,
MINOR,
ADDRESS_1,
IO_RESULT,
STATUS
);
end loop;