| Index: crosstest/mem_intrin_main.cpp
|
| diff --git a/crosstest/mem_intrin_main.cpp b/crosstest/mem_intrin_main.cpp
|
| index 3b5135d335296c6760be44e96578cd55f98b22cb..e20a9ab5cd29b49a386f91e725de3c8453238885 100644
|
| --- a/crosstest/mem_intrin_main.cpp
|
| +++ b/crosstest/mem_intrin_main.cpp
|
| @@ -63,11 +63,7 @@ void testFixedLen(SizeT &TotalTests, SizeT &Passes, SizeT &Failures) {
|
| #undef do_test_fixed
|
| }
|
|
|
| -#ifdef X8664_STACK_HACK
|
| -extern "C" int wrapped_main(int argc, char *argv[]) {
|
| -#else // !defined(X8664_STACK_HACK)
|
| int main(int argc, char *argv[]) {
|
| -#endif // X8664_STACK_HACK
|
| unsigned TotalTests = 0;
|
| unsigned Passes = 0;
|
| unsigned Failures = 0;
|
|
|