| Index: crosstest/test_fcmp_main.cpp
|
| diff --git a/crosstest/test_fcmp_main.cpp b/crosstest/test_fcmp_main.cpp
|
| index 187bf96eebe9716b750ea57002aa6ea0a0af7f8a..2bff2976c1f803a1842038b3d435a4f3e3623111 100644
|
| --- a/crosstest/test_fcmp_main.cpp
|
| +++ b/crosstest/test_fcmp_main.cpp
|
| @@ -204,11 +204,7 @@ void testsVector(size_t &TotalTests, size_t &Passes, size_t &Failures) {
|
| #endif // ARM32
|
| }
|
|
|
| -#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
|
| size_t TotalTests = 0;
|
| size_t Passes = 0;
|
| size_t Failures = 0;
|
|
|