if (param_index == g_test_param.param_count) {
need_to_set_params = false;
+#ifdef ARCH64
+ test_input_callback((void *)(uintptr_t)test_id);
+#else
test_input_callback((void *)test_id);
+#endif
param_index = 0;
return 0;
}
if (param_index == g_test_param.param_count) {
need_to_set_params = false;
+#ifdef ARCH64
+ test_input_callback((void *)(uintptr_t)test_id);
+#else
test_input_callback((void *)test_id);
+#endif
param_index = 0;
return 0;
}
if (param_index == g_test_param.param_count) {
need_to_set_params = false;
+#ifdef ARCH64
+ test_input_callback((void *)(uintptr_t)test_id);
+#else
test_input_callback((void *)test_id);
+#endif
param_index = 0;
return 0;
}