ses_steps_analyse()
authoryu.dongliang <18588496441@163.com>
Thu, 26 Oct 2023 06:31:24 +0000 (14:31 +0800)
committeryu.dongliang <18588496441@163.com>
Thu, 26 Oct 2023 06:31:24 +0000 (14:31 +0800)
ses_steps.c

index a1469ee7be8aa7002596ce50b67d5fda1a3ed112..901c5ddfcb7ac1d17dbd0c984e6eeb1412bbc818 100644 (file)
@@ -142,6 +142,8 @@ int ses_steps_analyse(ScfEfunction* f, int64_t ns, int64_t count)
 
                int j;
                for (j = 0; j < 2; j++) {
+                       printf("\n\033[33m%s(), %d(), j: %d\033[0m\n", __func__, __LINE__, j);
+
                        ret = __ses_steps_analyse(f, ns, i, ctx);
 
                        if (-EAGAIN == ret)