# HG changeset patch # User kabi # Date 1022499121 0 # Node ID fe58fe638f9b2d408924fc1cd6cc549c51aa5342 # Parent 86f68813b97fd54c7a0d6ba86907c3392d0793c4 * removed TESTCPU_MAIN - not needed for testing diff -r 86f68813b97f -r fe58fe638f9b i386/dsputil_mmx.c --- a/i386/dsputil_mmx.c Mon May 27 09:17:21 2002 +0000 +++ b/i386/dsputil_mmx.c Mon May 27 11:32:01 2002 +0000 @@ -893,7 +893,6 @@ static void just_return() { return; } #endif -#ifndef TESTCPU_MAIN void dsputil_init_mmx(void) { mm_flags = mm_support(); @@ -1046,5 +1045,3 @@ } } } - -#endif