2002-09-14 Joel Sherrill <joel@OARcorp.com>

* cpu.c: Include declaration of variable i in ifdef USE_SPRG to
	eliminate warning.
This commit is contained in:
Joel Sherrill
2002-09-14 20:45:14 +00:00
parent 6312db301d
commit aebde08e3b
4 changed files with 14 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2002-09-14 Joel Sherrill <joel@OARcorp.com>
* cpu.c: Include declaration of variable i in ifdef USE_SPRG to
eliminate warning.
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use .$(OBJEXT) instead of .o.

View File

@@ -59,7 +59,9 @@ void _CPU_Initialize(
void (*thread_dispatch) /* ignored on this CPU */
)
{
#if (PPC_USE_SPRG)
int i;
#endif
#if (PPC_ABI != PPC_ABI_POWEROPEN)
register unsigned32 r2 = 0;
#if (PPC_ABI != PPC_ABI_GCC27)

View File

@@ -1,3 +1,8 @@
2002-09-14 Joel Sherrill <joel@OARcorp.com>
* cpu.c: Include declaration of variable i in ifdef USE_SPRG to
eliminate warning.
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use .$(OBJEXT) instead of .o.

View File

@@ -59,7 +59,9 @@ void _CPU_Initialize(
void (*thread_dispatch) /* ignored on this CPU */
)
{
#if (PPC_USE_SPRG)
int i;
#endif
#if (PPC_ABI != PPC_ABI_POWEROPEN)
register unsigned32 r2 = 0;
#if (PPC_ABI != PPC_ABI_GCC27)