|
From: <sv...@va...> - 2005-11-19 20:55:00
|
Author: sewardj
Date: 2005-11-19 20:54:57 +0000 (Sat, 19 Nov 2005)
New Revision: 5212
Log:
Another m{t,f}{xer,lr,ctr} simplification.
Modified:
trunk/none/tests/ppc32/jm-insns.c
Modified: trunk/none/tests/ppc32/jm-insns.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/none/tests/ppc32/jm-insns.c 2005-11-19 20:39:16 UTC (rev 5211)
+++ trunk/none/tests/ppc32/jm-insns.c 2005-11-19 20:54:57 UTC (rev 5212)
@@ -4572,8 +4572,8 @@
static void mfspr_cb (const char* name, test_func_t func,
unused uint32_t test_flags)
{
- volatile uint32_t res, flags, xer, ctr, lr, tmpcr, tmpxer;
- int j, k;
+ //volatile uint32_t res, flags, xer, ctr, lr, tmpcr, tmpxer;
+ int j, k, res;
=20
// Call func, just to stop compiler complaining
(*func)();
@@ -4860,6 +4860,7 @@
static void mtspr_cb (const char* name, test_func_t func,
unused uint32_t test_flags)
{
+#if 0
volatile uint32_t flags, xer, ctr, lr, tmpcr, tmpxer;
int j, k;
=20
@@ -4991,6 +4992,7 @@
printf("%s %d, %08x =3D> (%08x %08x, %08x, %08x)\n",
name, j, iargs[k], flags, xer, lr, ctr);
}
+#endif
}
=20
=20
|