diff --git a/tests/timediv2adic.cc b/tests/timediv2adic.cc index 7918c97..09264c4 100644 --- a/tests/timediv2adic.cc +++ b/tests/timediv2adic.cc @@ -23,7 +23,7 @@ int main (int argc, char * argv[]) uintL b_len = atoi(argv[2]); if (!(a_len >= b_len && b_len > 0)) exit(1); - SAVE_NUM_STACK; + CL_ALLOCA_STACK; uintD* a_MSDptr; uintD* a_LSDptr; uintD* b_MSDptr; diff --git a/tests/timerecip2adic.cc b/tests/timerecip2adic.cc index fa2c38e..16f99ae 100644 --- a/tests/timerecip2adic.cc +++ b/tests/timerecip2adic.cc @@ -20,7 +20,7 @@ int main (int argc, char * argv[]) if (argc < 2) exit(1); uintL len = atoi(argv[1]); - SAVE_NUM_STACK; + CL_ALLOCA_STACK; uintD* a_MSDptr; uintD* a_LSDptr; uintD* b_MSDptr;