mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2005-05-23 Joel Sherrill <joel@OARcorp.com>
* comm/i386-stub.c: Make get_char() static since it is such a common name and conflicts with names in the standard Ada run-time.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2005-05-23 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* comm/i386-stub.c: Make get_char() static since it is such a common
|
||||||
|
name and conflicts with names in the standard Ada run-time.
|
||||||
|
|
||||||
2005-05-10 Ralf Corsepius <ralf.corsepius@rtems.org>
|
2005-05-10 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* pci/pcibios.c: Eliminate unsigned8.
|
* pci/pcibios.c: Eliminate unsigned8.
|
||||||
|
|||||||
@@ -591,7 +591,7 @@ set_mem_err (void)
|
|||||||
that the compiler won't save any registers (if there is a fault
|
that the compiler won't save any registers (if there is a fault
|
||||||
to mem_fault, they won't get restored, so there better not be any
|
to mem_fault, they won't get restored, so there better not be any
|
||||||
saved). */
|
saved). */
|
||||||
int
|
static int
|
||||||
get_char (char *addr)
|
get_char (char *addr)
|
||||||
{
|
{
|
||||||
return *addr;
|
return *addr;
|
||||||
|
|||||||
Reference in New Issue
Block a user